org.apache.storm.hdfs.common.rotation
Interface RotationAction

All Superinterfaces:
Serializable
All Known Implementing Classes:
MoveFileAction

public interface RotationAction
extends Serializable


Method Summary
 void execute(org.apache.hadoop.fs.FileSystem fileSystem, org.apache.hadoop.fs.Path filePath)
           
 

Method Detail

execute

void execute(org.apache.hadoop.fs.FileSystem fileSystem,
             org.apache.hadoop.fs.Path filePath)
             throws IOException
Throws:
IOException


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.