org.apache.storm.hdfs.trident.format
Interface RecordFormat

All Superinterfaces:
Serializable
All Known Implementing Classes:
DelimitedRecordFormat

public interface RecordFormat
extends Serializable

Formats a Tuple object into a byte array that will be written to HDFS.


Method Summary
 byte[] format(TridentTuple tuple)
           
 

Method Detail

format

byte[] format(TridentTuple tuple)


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