Uses of Interface
org.apache.storm.hdfs.trident.format.SequenceFormat
-
Packages that use SequenceFormat Package Description org.apache.storm.hdfs.trident org.apache.storm.hdfs.trident.format -
-
Uses of SequenceFormat in org.apache.storm.hdfs.trident
Methods in org.apache.storm.hdfs.trident with parameters of type SequenceFormat Modifier and Type Method Description HdfsState.SequenceFileOptions
HdfsState.SequenceFileOptions. withSequenceFormat(SequenceFormat format)
-
Uses of SequenceFormat in org.apache.storm.hdfs.trident.format
Classes in org.apache.storm.hdfs.trident.format that implement SequenceFormat Modifier and Type Class Description class
DefaultSequenceFormat
BasicSequenceFormat
implementation that usesLongWritable
for keys andText
for values.
-