| Interface | Description |
|---|---|
| RecordDeserializer<T extends org.apache.flink.core.io.IOReadableWritable> |
Interface for turning sequences of memory segments into records.
|
| RecordSerializer<T extends org.apache.flink.core.io.IOReadableWritable> |
Interface for turning records into sequences of memory segments.
|
| Class | Description |
|---|---|
| EventSerializer |
Utility class to serialize and deserialize task events.
|
| SpanningRecordSerializer<T extends org.apache.flink.core.io.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.copyToBufferBuilder(BufferBuilder). |
| SpillingAdaptiveSpanningRecordDeserializer<T extends org.apache.flink.core.io.IOReadableWritable> |
| Enum | Description |
|---|---|
| RecordDeserializer.DeserializationResult |
Status of the deserialization result.
|
| RecordSerializer.SerializationResult |
Status of the serialization result.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.