Uses of Class
org.apache.storm.hdfs.trident.format.DelimitedRecordFormat

Packages that use DelimitedRecordFormat
org.apache.storm.hdfs.trident.format   
 

Uses of DelimitedRecordFormat in org.apache.storm.hdfs.trident.format
 

Methods in org.apache.storm.hdfs.trident.format that return DelimitedRecordFormat
 DelimitedRecordFormat DelimitedRecordFormat.withFieldDelimiter(String delimiter)
          Overrides the default field delimiter.
 DelimitedRecordFormat DelimitedRecordFormat.withFields(Fields fields)
          Only output the specified fields.
 DelimitedRecordFormat DelimitedRecordFormat.withRecordDelimiter(String delimiter)
          Overrides the default record delimiter.
 



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