Uses of Interface
org.apache.storm.hdfs.bolt.format.FileNameFormat
-
Packages that use FileNameFormat Package Description org.apache.storm.hdfs.bolt org.apache.storm.hdfs.bolt.format -
-
Uses of FileNameFormat in org.apache.storm.hdfs.bolt
Fields in org.apache.storm.hdfs.bolt declared as FileNameFormat Modifier and Type Field Description protected FileNameFormat
AbstractHdfsBolt. fileNameFormat
Methods in org.apache.storm.hdfs.bolt with parameters of type FileNameFormat Modifier and Type Method Description AvroGenericRecordBolt
AvroGenericRecordBolt. withFileNameFormat(FileNameFormat fileNameFormat)
HdfsBolt
HdfsBolt. withFileNameFormat(FileNameFormat fileNameFormat)
SequenceFileBolt
SequenceFileBolt. withFileNameFormat(FileNameFormat fileNameFormat)
-
Uses of FileNameFormat in org.apache.storm.hdfs.bolt.format
Classes in org.apache.storm.hdfs.bolt.format that implement FileNameFormat Modifier and Type Class Description class
DefaultFileNameFormat
Creates file names with the following format:class
SimpleFileNameFormat
-