Package org.apache.storm.hdfs.bolt.format
package org.apache.storm.hdfs.bolt.format
-
ClassDescriptionCreates file names with the following format:Basic
SequenceFormat
implementation that usesLongWritable
for keys andText
for values.RecordFormat implementation that uses field and record delimiters.Formatter interface for determining HDFS file names.Formats a Tuple object into a byte array that will be written to HDFS.Interface for convertingTuple
objects to HDFS sequence file key-value pairs.