| 接口 | 说明 |
|---|---|
| ChannelSelector<T extends org.apache.flink.core.io.IOReadableWritable> |
The
ChannelSelector determines to which logical channels a record should be written to. |
| RecordWriterDelegate<T extends org.apache.flink.core.io.IOReadableWritable> |
The record writer delegate provides the availability function for task processor, and it might
represent a single
RecordWriter or multiple RecordWriter instances in specific
implementations. |
| ResultPartitionWriter |
A record-oriented runtime result writer API for producing results.
|
| 类 | 说明 |
|---|---|
| BroadcastRecordWriter<T extends org.apache.flink.core.io.IOReadableWritable> |
A special record-oriented runtime result writer only for broadcast mode.
|
| ChannelSelectorRecordWriter<T extends org.apache.flink.core.io.IOReadableWritable> |
A regular record-oriented runtime result writer.
|
| MultipleRecordWriters<T extends org.apache.flink.core.io.IOReadableWritable> |
The specific delegate implementation for the multiple outputs case.
|
| NonRecordWriter<T extends org.apache.flink.core.io.IOReadableWritable> |
The specific delegate implementation for the non output case like sink task.
|
| RecordWriter<T extends org.apache.flink.core.io.IOReadableWritable> |
An abstract record-oriented runtime result writer.
|
| RecordWriterBuilder<T extends org.apache.flink.core.io.IOReadableWritable> |
Utility class to encapsulate the logic of building a
RecordWriter instance. |
| RoundRobinChannelSelector<T extends org.apache.flink.core.io.IOReadableWritable> |
This is the default implementation of the
ChannelSelector interface. |
| SingleRecordWriter<T extends org.apache.flink.core.io.IOReadableWritable> |
The specific delegate implementation for the single output case.
|
| 枚举 | 说明 |
|---|---|
| SubtaskStateMapper |
The
SubtaskStateMapper narrows down the subtasks that need to be read during rescaling to
recover from a particular subtask when in-flight data has been stored in the checkpoint. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.