org.apache.storm.hdfs.bolt.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(Tuple tuple)
           
 

Method Detail

format

byte[] format(Tuple tuple)


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