Uses of Interface
org.apache.storm.hdfs.bolt.format.RecordFormat
-
Packages that use RecordFormat Package Description org.apache.storm.hdfs.bolt org.apache.storm.hdfs.bolt.format org.apache.storm.hdfs.common org.apache.storm.perf -
-
Uses of RecordFormat in org.apache.storm.hdfs.bolt
Methods in org.apache.storm.hdfs.bolt with parameters of type RecordFormat Modifier and Type Method Description HdfsBolt
HdfsBolt. withRecordFormat(RecordFormat format)
-
Uses of RecordFormat in org.apache.storm.hdfs.bolt.format
Classes in org.apache.storm.hdfs.bolt.format that implement RecordFormat Modifier and Type Class Description class
DelimitedRecordFormat
RecordFormat implementation that uses field and record delimiters. -
Uses of RecordFormat in org.apache.storm.hdfs.common
Constructors in org.apache.storm.hdfs.common with parameters of type RecordFormat Constructor Description HDFSWriter(FileRotationPolicy policy, org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FSDataOutputStream out, RecordFormat format)
-
Uses of RecordFormat in org.apache.storm.perf
Classes in org.apache.storm.perf that implement RecordFormat Modifier and Type Class Description static class
KafkaClientHdfsTopo.LineWriter
static class
StrGenSpoutHdfsBoltTopo.LineWriter
-