| Interface | Description |
|---|---|
| ChannelSelector<T extends org.apache.flink.core.io.IOReadableWritable> |
The
ChannelSelector determines to which logical channels a record
should be written to. |
| Class | Description |
|---|---|
| RecordWriter<T extends org.apache.flink.core.io.IOReadableWritable> |
A record-oriented runtime result writer.
|
| ResultPartitionWriter |
A buffer-oriented runtime result writer.
|
| RoundRobinChannelSelector<T extends org.apache.flink.core.io.IOReadableWritable> |
This is the default implementation of the
ChannelSelector interface. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.