Package org.apache.storm.hdfs.bolt.format

Interface Summary
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 converting Tuple objects to HDFS sequence file key-value pairs.
 

Class Summary
DefaultFileNameFormat Creates file names with the following format:
DefaultSequenceFormat Basic SequenceFormat implementation that uses LongWritable for keys and Text for values.
DelimitedRecordFormat RecordFormat implementation that uses field and record delimiters.
 



Copyright © 2016 The Apache Software Foundation. All Rights Reserved.