| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.io.network.partition.consumer | |
| org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty | |
| org.apache.flink.runtime.taskmanager |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LocalInputChannel
An input channel, which requests a local subpartition.
|
class |
LocalRecoveredInputChannel
An input channel reads recovered state from previous unaligned checkpoint snapshots and then
converts into
LocalInputChannel finally. |
class |
RecoveredInputChannel
An input channel reads recovered state from previous unaligned checkpoint snapshots.
|
class |
RemoteInputChannel
An input channel, which requests a remote partition queue.
|
class |
RemoteRecoveredInputChannel
An input channel reads recovered state from previous unaligned checkpoint snapshots and then
converts into
RemoteInputChannel finally. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected InputChannel |
SingleInputGateFactory.createKnownInputChannel(SingleInputGate inputGate,
int index,
int buffersPerChannel,
NettyShuffleDescriptor inputChannelDescriptor,
ResultSubpartitionIndexSet subpartitionIndexSet,
SingleInputGateFactory.ChannelStatistics channelStatistics,
InputChannelMetrics metrics) |
abstract InputChannel |
InputGate.getChannel(int channelIndex)
Returns the channel of this gate.
|
InputChannel |
UnionInputGate.getChannel(int channelIndex) |
InputChannel |
SingleInputGate.getChannel(int channelIndex) |
InputChannel |
RecoveredInputChannel.toInputChannel() |
protected InputChannel |
LocalRecoveredInputChannel.toInputChannelInternal() |
protected abstract InputChannel |
RecoveredInputChannel.toInputChannelInternal() |
protected InputChannel |
RemoteRecoveredInputChannel.toInputChannelInternal() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<org.apache.flink.api.java.tuple.Tuple2<IntermediateResultPartitionID,InputChannelInfo>,InputChannel> |
SingleInputGate.getInputChannels() |
protected PrioritizedDeque<InputChannel> |
SingleInputGate.getInputChannelsWithData() |
Iterable<InputChannel> |
SingleInputGate.inputChannels() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SingleInputGate.setInputChannels(InputChannel... channels) |
| 构造器和说明 |
|---|
BufferManager(org.apache.flink.core.memory.MemorySegmentProvider globalPool,
InputChannel inputChannel,
int numRequiredBuffers) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TieredStorageNettyServiceImpl.setupInputChannels(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
List<Supplier<InputChannel>> inputChannelProviders)
Set up input channels in
SingleInputGate. |
| 构造器和说明 |
|---|
NettyConnectionReaderImpl(Supplier<InputChannel> inputChannelProvider) |
| 限定符和类型 | 方法和说明 |
|---|---|
InputChannel |
InputGateWithMetrics.getChannel(int channelIndex) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.