Uses of Package
org.apache.storm.hdfs.bolt.format
-
Packages that use org.apache.storm.hdfs.bolt.format Package Description org.apache.storm.hdfs.bolt org.apache.storm.hdfs.bolt.format org.apache.storm.hdfs.common org.apache.storm.perf -
Classes in org.apache.storm.hdfs.bolt.format used by org.apache.storm.hdfs.bolt Class 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 convertingTuple
objects to HDFS sequence file key-value pairs. -
Classes in org.apache.storm.hdfs.bolt.format used by org.apache.storm.hdfs.bolt.format Class Description 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 convertingTuple
objects to HDFS sequence file key-value pairs.SimpleFileNameFormat -
Classes in org.apache.storm.hdfs.bolt.format used by org.apache.storm.hdfs.common Class Description RecordFormat Formats a Tuple object into a byte array that will be written to HDFS.SequenceFormat Interface for convertingTuple
objects to HDFS sequence file key-value pairs. -
Classes in org.apache.storm.hdfs.bolt.format used by org.apache.storm.perf Class Description RecordFormat Formats a Tuple object into a byte array that will be written to HDFS.