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

Packages that use RotationAction
org.apache.storm.hdfs.bolt   
org.apache.storm.hdfs.common.rotation   
org.apache.storm.hdfs.trident   
 

Uses of RotationAction in org.apache.storm.hdfs.bolt
 

Fields in org.apache.storm.hdfs.bolt with type parameters of type RotationAction
protected  ArrayList<RotationAction> AbstractHdfsBolt.rotationActions
           
 

Methods in org.apache.storm.hdfs.bolt with parameters of type RotationAction
 SequenceFileBolt SequenceFileBolt.addRotationAction(RotationAction action)
           
 HdfsBolt HdfsBolt.addRotationAction(RotationAction action)
           
 

Uses of RotationAction in org.apache.storm.hdfs.common.rotation
 

Classes in org.apache.storm.hdfs.common.rotation that implement RotationAction
 class MoveFileAction
           
 

Uses of RotationAction in org.apache.storm.hdfs.trident
 

Fields in org.apache.storm.hdfs.trident with type parameters of type RotationAction
protected  ArrayList<RotationAction> HdfsState.Options.rotationActions
           
 

Methods in org.apache.storm.hdfs.trident with parameters of type RotationAction
 HdfsState.HdfsFileOptions HdfsState.HdfsFileOptions.addRotationAction(RotationAction action)
           
 HdfsState.SequenceFileOptions HdfsState.SequenceFileOptions.addRotationAction(RotationAction action)
           
 



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