Uses of Interface
org.apache.storm.hdfs.bolt.format.SequenceFormat
-
Packages that use SequenceFormat Package Description org.apache.storm.hdfs.bolt org.apache.storm.hdfs.bolt.format org.apache.storm.hdfs.common -
-
Uses of SequenceFormat in org.apache.storm.hdfs.bolt
Methods in org.apache.storm.hdfs.bolt with parameters of type SequenceFormat Modifier and Type Method Description SequenceFileBolt
SequenceFileBolt. withSequenceFormat(SequenceFormat format)
-
Uses of SequenceFormat in org.apache.storm.hdfs.bolt.format
Classes in org.apache.storm.hdfs.bolt.format that implement SequenceFormat Modifier and Type Class Description class
DefaultSequenceFormat
BasicSequenceFormat
implementation that usesLongWritable
for keys andText
for values. -
Uses of SequenceFormat in org.apache.storm.hdfs.common
Constructors in org.apache.storm.hdfs.common with parameters of type SequenceFormat Constructor Description SequenceFileWriter(FileRotationPolicy policy, org.apache.hadoop.fs.Path path, org.apache.hadoop.io.SequenceFile.Writer writer, SequenceFormat format)
-