Uses of Interface
org.apache.storm.hdfs.bolt.format.SequenceFormat
Packages that use SequenceFormat
Package
Description
- 
Uses of SequenceFormat in org.apache.storm.hdfs.boltMethods in org.apache.storm.hdfs.bolt with parameters of type SequenceFormat
- 
Uses of SequenceFormat in org.apache.storm.hdfs.bolt.formatClasses in org.apache.storm.hdfs.bolt.format that implement SequenceFormatModifier and TypeClassDescriptionclassBasicSequenceFormatimplementation that usesLongWritablefor keys andTextfor values.
- 
Uses of SequenceFormat in org.apache.storm.hdfs.commonConstructors in org.apache.storm.hdfs.common with parameters of type SequenceFormatModifierConstructorDescriptionSequenceFileWriter(FileRotationPolicy policy, org.apache.hadoop.fs.Path path, org.apache.hadoop.io.SequenceFile.Writer writer, SequenceFormat format)