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