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(TridentTuple tuple) |
byte[] format(TridentTuple tuple)
Copyright © 2022 The Apache Software Foundation. All rights reserved.