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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
format(TridentTuple tuple)
-
-
-
Method Detail
-
format
byte[] format(TridentTuple tuple)
-
-