Uses of Interface
org.apache.storm.hdfs.trident.format.RecordFormat
-
Packages that use RecordFormat Package Description org.apache.storm.hdfs.trident org.apache.storm.hdfs.trident.format -
-
Uses of RecordFormat in org.apache.storm.hdfs.trident
Fields in org.apache.storm.hdfs.trident declared as RecordFormat Modifier and Type Field Description protected RecordFormat
HdfsState.HdfsFileOptions. format
Methods in org.apache.storm.hdfs.trident with parameters of type RecordFormat Modifier and Type Method Description HdfsState.HdfsFileOptions
HdfsState.HdfsFileOptions. withRecordFormat(RecordFormat format)
-
Uses of RecordFormat in org.apache.storm.hdfs.trident.format
Classes in org.apache.storm.hdfs.trident.format that implement RecordFormat Modifier and Type Class Description class
DelimitedRecordFormat
RecordFormat implementation that uses field and record delimiters.
-