Uses of Interface
org.apache.storm.hdfs.bolt.format.FileNameFormat

Packages that use FileNameFormat
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
protected  FileNameFormat AbstractHdfsBolt.fileNameFormat
           
 

Methods in org.apache.storm.hdfs.bolt with parameters of type FileNameFormat
 SequenceFileBolt SequenceFileBolt.withFileNameFormat(FileNameFormat fileNameFormat)
           
 HdfsBolt HdfsBolt.withFileNameFormat(FileNameFormat fileNameFormat)
           
 

Uses of FileNameFormat in org.apache.storm.hdfs.bolt.format
 

Classes in org.apache.storm.hdfs.bolt.format that implement FileNameFormat
 class DefaultFileNameFormat
          Creates file names with the following format:
 



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