Interface | Description |
---|---|
RecordDeserializer<T extends IOReadableWritable> |
Interface for turning sequences of memory segments into records.
|
RecordSerializer<T extends IOReadableWritable> |
Interface for turning records into sequences of memory segments.
|
Class | Description |
---|---|
AdaptiveSpanningRecordDeserializer<T extends IOReadableWritable> | |
EventSerializer |
Utility class to serialize and deserialize task events.
|
SpanningRecordSerializer<T extends IOReadableWritable> |
Record serializer which serializes the complete record to an intermediate
data serialization buffer and copies this buffer to target buffers
one-by-one using
SpanningRecordSerializer.setNextBuffer(Buffer) . |
SpillingAdaptiveSpanningRecordDeserializer<T extends IOReadableWritable> |
Enum | Description |
---|---|
RecordDeserializer.DeserializationResult | |
RecordSerializer.SerializationResult |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.