| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.flink.api.java.tuple.Tuple2<IntermediateResultPartitionID,InputChannelInfo>,InputChannel> |
SingleInputGate.getInputChannels() |
protected PrioritizedDeque<InputChannel> |
SingleInputGate.getInputChannelsWithData() |
Iterable<InputChannel> |
SingleInputGate.inputChannels() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleInputGate.setInputChannels(InputChannel... channels) |
| Constructor and Description |
|---|
BufferManager(org.apache.flink.core.memory.MemorySegmentProvider globalPool,
InputChannel inputChannel,
int numRequiredBuffers) |
| Modifier and Type | Method and Description |
|---|---|
void |
TieredStorageNettyServiceImpl.setupInputChannels(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
List<Supplier<InputChannel>> inputChannelProviders)
Set up input channels in
SingleInputGate. |
| Constructor and Description |
|---|
NettyConnectionReaderImpl(Supplier<InputChannel> inputChannelProvider) |
| Modifier and Type | Method and Description |
|---|---|
InputChannel |
InputGateWithMetrics.getChannel(int channelIndex) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.