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

Packages that use RecordFormat
org.apache.storm.hdfs.bolt   
org.apache.storm.hdfs.bolt.format   
 

Uses of RecordFormat in org.apache.storm.hdfs.bolt
 

Methods in org.apache.storm.hdfs.bolt with parameters of type RecordFormat
 HdfsBolt HdfsBolt.withRecordFormat(RecordFormat format)
           
 

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

Classes in org.apache.storm.hdfs.bolt.format that implement RecordFormat
 class DelimitedRecordFormat
          RecordFormat implementation that uses field and record delimiters.
 



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