| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.api | |
| org.apache.flink.runtime.operators | |
| org.apache.flink.runtime.operators.util |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableRecordReader<T extends IOReadableWritable> |
class |
MutableUnionRecordReader<T extends IOReadableWritable> |
| Modifier and Type | Field and Description |
|---|---|
protected MutableReader<?>[] |
RegularPactTask.broadcastInputReaders
The input readers for the configured broadcast variables for this task.
|
protected MutableReader<?>[] |
RegularPactTask.inputReaders
The input readers to this task.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableObjectIterator<?> |
RegularPactTask.createInputIterator(MutableReader<?> inputReader,
TypeSerializerFactory<?> serializerFactory) |
| Constructor and Description |
|---|
ReaderIterator(MutableReader<DeserializationDelegate<T>> reader,
TypeSerializer<T> serializer)
Creates a new iterator, wrapping the given reader.
|
RecordReaderIterator(MutableReader<Record> reader)
Creates a new iterator, wrapping the given reader.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.