Uses of Interface
org.apache.storm.hdfs.trident.format.SequenceFormat
Packages that use SequenceFormat
-
Uses of SequenceFormat in org.apache.storm.hdfs.trident
Methods in org.apache.storm.hdfs.trident with parameters of type SequenceFormatModifier and TypeMethodDescriptionHdfsState.SequenceFileOptions.withSequenceFormat
(SequenceFormat format) -
Uses of SequenceFormat in org.apache.storm.hdfs.trident.format
Classes in org.apache.storm.hdfs.trident.format that implement SequenceFormatModifier and TypeClassDescriptionclass
BasicSequenceFormat
implementation that usesLongWritable
for keys andText
for values.