Uses of Interface
org.apache.storm.hdfs.trident.rotation.FileRotationPolicy
-
Packages that use FileRotationPolicy Package Description org.apache.storm.hdfs.trident org.apache.storm.hdfs.trident.rotation -
-
Uses of FileRotationPolicy in org.apache.storm.hdfs.trident
Fields in org.apache.storm.hdfs.trident declared as FileRotationPolicy Modifier and Type Field Description protected FileRotationPolicy
HdfsState.Options. rotationPolicy
Methods in org.apache.storm.hdfs.trident with parameters of type FileRotationPolicy Modifier and Type Method Description HdfsState.HdfsFileOptions
HdfsState.HdfsFileOptions. withRotationPolicy(FileRotationPolicy rotationPolicy)
HdfsState.SequenceFileOptions
HdfsState.SequenceFileOptions. withRotationPolicy(FileRotationPolicy rotationPolicy)
-
Uses of FileRotationPolicy in org.apache.storm.hdfs.trident.rotation
Classes in org.apache.storm.hdfs.trident.rotation that implement FileRotationPolicy Modifier and Type Class Description class
FileSizeRotationPolicy
File rotation policy that will rotate files when a certain file size is reached.class
NoRotationPolicy
File rotation policy that will never rotate...class
TimedRotationPolicy
-