Uses of Interface
org.apache.storm.hdfs.bolt.format.SequenceFormat
Packages that use SequenceFormat
Package
Description
-
Uses of SequenceFormat in org.apache.storm.hdfs.bolt
Methods in org.apache.storm.hdfs.bolt with parameters of type SequenceFormat -
Uses of SequenceFormat in org.apache.storm.hdfs.bolt.format
Classes in org.apache.storm.hdfs.bolt.format that implement SequenceFormatModifier and TypeClassDescriptionclass
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 SequenceFormatModifierConstructorDescriptionSequenceFileWriter
(FileRotationPolicy policy, org.apache.hadoop.fs.Path path, org.apache.hadoop.io.SequenceFile.Writer writer, SequenceFormat format)