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

Packages that use org.apache.storm.hdfs.bolt.format
org.apache.storm.hdfs.bolt   
org.apache.storm.hdfs.bolt.format   
 

Classes in org.apache.storm.hdfs.bolt.format used by org.apache.storm.hdfs.bolt
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.
 

Classes in org.apache.storm.hdfs.bolt.format used by org.apache.storm.hdfs.bolt.format
DefaultFileNameFormat
          Creates file names with the following format:
DelimitedRecordFormat
          RecordFormat implementation that uses field and record delimiters.
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.
 



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