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