public interface RecordFormat extends Serializable
Formats a Tuple object into a byte array that will be written to HDFS.
Modifier and Type | Method and Description |
---|---|
byte[] |
format(Tuple tuple) |
byte[] format(Tuple tuple)
Copyright © 2019 The Apache Software Foundation. All rights reserved.