Uses of Interface
org.apache.storm.hdfs.common.rotation.RotationAction
Packages that use RotationAction
Package
Description
-
Uses of RotationAction in org.apache.storm.hdfs.bolt
Fields in org.apache.storm.hdfs.bolt with type parameters of type RotationActionMethods in org.apache.storm.hdfs.bolt with parameters of type RotationActionModifier and TypeMethodDescriptionAvroGenericRecordBolt.addRotationAction
(RotationAction action) HdfsBolt.addRotationAction
(RotationAction action) 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 -
Uses of RotationAction in org.apache.storm.hdfs.trident
Fields in org.apache.storm.hdfs.trident with type parameters of type RotationActionModifier and TypeFieldDescriptionprotected ArrayList<RotationAction>
HdfsState.Options.rotationActions
Methods in org.apache.storm.hdfs.trident with parameters of type RotationActionModifier and TypeMethodDescriptionHdfsState.HdfsFileOptions.addRotationAction
(RotationAction action) Deprecated.HdfsState.SequenceFileOptions.addRotationAction
(RotationAction action)