Uses of Package
org.apache.storm.hdfs.trident.format
-
Packages that use org.apache.storm.hdfs.trident.format Package Description org.apache.storm.hdfs.trident org.apache.storm.hdfs.trident.format -
Classes in org.apache.storm.hdfs.trident.format used by org.apache.storm.hdfs.trident 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 convertingTridentTuple
objects to HDFS sequence file key-value pairs. -
Classes in org.apache.storm.hdfs.trident.format used by org.apache.storm.hdfs.trident.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 convertingTridentTuple
objects to HDFS sequence file key-value pairs.SimpleFileNameFormat