Uses of Class
org.apache.storm.hdfs.bolt.SequenceFileBolt
Packages that use SequenceFileBolt
-
Uses of SequenceFileBolt in org.apache.storm.hdfs.bolt
Methods in org.apache.storm.hdfs.bolt that return SequenceFileBoltModifier and TypeMethodDescriptionSequenceFileBolt.addRotationAction
(RotationAction action) SequenceFileBolt.withCompressionCodec
(String codec) SequenceFileBolt.withCompressionType
(org.apache.hadoop.io.SequenceFile.CompressionType compressionType) SequenceFileBolt.withConfigKey
(String configKey) SequenceFileBolt.withFileNameFormat
(FileNameFormat fileNameFormat) SequenceFileBolt.withMaxOpenFiles
(int maxOpenFiles) SequenceFileBolt.withPartitioner
(Partitioner partitioner) SequenceFileBolt.withRetryCount
(int fileRetryCount) SequenceFileBolt.withRotationPolicy
(FileRotationPolicy rotationPolicy) SequenceFileBolt.withSequenceFormat
(SequenceFormat format) SequenceFileBolt.withSyncPolicy
(SyncPolicy syncPolicy) SequenceFileBolt.withTickTupleIntervalSeconds
(int interval)