Class MoveFileAction
java.lang.Object
org.apache.storm.hdfs.common.rotation.MoveFileAction
- All Implemented Interfaces:
- Serializable,- RotationAction
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(org.apache.hadoop.fs.FileSystem fileSystem, org.apache.hadoop.fs.Path filePath) toDestination(String destDir) 
- 
Constructor Details- 
MoveFileActionpublic MoveFileAction()
 
- 
- 
Method Details- 
toDestination
- 
executepublic void execute(org.apache.hadoop.fs.FileSystem fileSystem, org.apache.hadoop.fs.Path filePath) throws IOException - Specified by:
- executein interface- RotationAction
- Throws:
- IOException
 
 
-