Uses of Interface
org.apache.storm.hdfs.common.rotation.RotationAction
-
Packages that use RotationAction Package Description 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 Modifier and Type Field Description protected List<RotationAction>
AbstractHdfsBolt. rotationActions
Methods in org.apache.storm.hdfs.bolt with parameters of type RotationAction Modifier and Type Method Description AvroGenericRecordBolt
AvroGenericRecordBolt. addRotationAction(RotationAction action)
HdfsBolt
HdfsBolt. addRotationAction(RotationAction action)
SequenceFileBolt
SequenceFileBolt. addRotationAction(RotationAction action)
-
Uses of RotationAction in org.apache.storm.hdfs.common.rotation
Classes in org.apache.storm.hdfs.common.rotation that implement RotationAction Modifier and Type Class Description class
MoveFileAction
-
Uses of RotationAction in org.apache.storm.hdfs.trident
Fields in org.apache.storm.hdfs.trident with type parameters of type RotationAction Modifier and Type Field Description protected ArrayList<RotationAction>
HdfsState.Options. rotationActions
Methods in org.apache.storm.hdfs.trident with parameters of type RotationAction Modifier and Type Method Description HdfsState.HdfsFileOptions
HdfsState.HdfsFileOptions. addRotationAction(RotationAction action)
Deprecated.HdfsState.SequenceFileOptions
HdfsState.SequenceFileOptions. addRotationAction(RotationAction action)
-