Package org.apache.storm.hdfs.trident.format
-
Interface Summary Interface Description FileNameFormat Formatter interface for determining HDFS file names.RecordFormat Formats a Tuple object into a byte array that will be written to HDFS.SequenceFormat Interface for convertingTridentTuple
objects to HDFS sequence file key-value pairs. -
Class Summary Class Description DefaultFileNameFormat Creates file names with the following format:DefaultSequenceFormat BasicSequenceFormat
implementation that usesLongWritable
for keys andText
for values.DelimitedRecordFormat RecordFormat implementation that uses field and record delimiters.SimpleFileNameFormat