Package | Description |
---|---|
org.apache.flink.runtime.io.network.api.reader |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableReader<T extends IOReadableWritable>
A record-oriented reader for mutable record types.
|
interface |
Reader<T extends IOReadableWritable>
A record-oriented reader for immutable record types.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReader
A basic reader implementation, which wraps an input gate and handles events.
|
class |
MutableRecordReader<T extends IOReadableWritable>
Implementation of the record-oriented reader for mutable record types.
|
class |
RecordReader<T extends IOReadableWritable>
Record oriented reader for immutable types.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.