| 限定符和类型 | 方法和说明 |
|---|---|
void |
SequentialChannelStateReader.readInputData(InputGate[] inputGates) |
void |
SequentialChannelStateReaderImpl.readInputData(InputGate[] inputGates) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NettyShuffleEnvironment.registerLegacyNetworkMetrics(org.apache.flink.metrics.MetricGroup metricGroup,
ResultPartitionWriter[] producedPartitions,
InputGate[] inputGates)
已过时。
should be removed in future
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected InputGate |
AbstractReader.inputGate
The input gate to read from.
|
| 构造器和说明 |
|---|
AbstractReader(InputGate inputGate) |
MutableRecordReader(InputGate inputGate,
String[] tmpDirectories)
Creates a new MutableRecordReader that de-serializes records from the given input gate and
can spill partial records to disk, if they grow large.
|
RecordReader(InputGate inputGate,
Class<T> recordType,
String[] tmpDirectories)
Creates a new RecordReader that de-serializes records from the given input gate and can spill
partial records to disk, if they grow large.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
NettyShuffleMetricFactory.registerLegacyNetworkMetrics(boolean isDetailedMetrics,
org.apache.flink.metrics.MetricGroup metricGroup,
ResultPartitionWriter[] producedPartitions,
InputGate[] inputGates)
已过时。
should be removed in future
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
IndexedInputGate
An
InputGate with a specific index. |
class |
SingleInputGate
An input gate consumes one or more partitions of a single produced intermediate result.
|
class |
UnionInputGate
Input gate wrapper to union the input from multiple input gates.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
InputGateWithMetrics
This class wraps
InputGate provided by shuffle service and it is mainly used for
increasing general input metrics from TaskIOMetricGroup. |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
Task.setupPartitionsAndGates(ResultPartitionWriter[] producedPartitions,
InputGate[] inputGates) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.