Uses of Class
org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
-
Uses of InputChannel in org.apache.flink.runtime.io.network.partition.consumer
Subclasses of InputChannel in org.apache.flink.runtime.io.network.partition.consumer Modifier and Type Class Description classLocalInputChannelAn input channel, which requests a local subpartition.classLocalRecoveredInputChannelAn input channel reads recovered state from previous unaligned checkpoint snapshots and then converts intoLocalInputChannelfinally.classRecoveredInputChannelAn input channel reads recovered state from previous unaligned checkpoint snapshots.classRemoteInputChannelAn input channel, which requests a remote partition queue.classRemoteRecoveredInputChannelAn input channel reads recovered state from previous unaligned checkpoint snapshots and then converts intoRemoteInputChannelfinally.Methods in org.apache.flink.runtime.io.network.partition.consumer that return InputChannel Modifier and Type Method Description protected InputChannelSingleInputGateFactory. createKnownInputChannel(SingleInputGate inputGate, int index, int buffersPerChannel, NettyShuffleDescriptor inputChannelDescriptor, ResultSubpartitionIndexSet subpartitionIndexSet, SingleInputGateFactory.ChannelStatistics channelStatistics, InputChannelMetrics metrics)abstract InputChannelInputGate. getChannel(int channelIndex)Returns the channel of this gate.InputChannelSingleInputGate. getChannel(int channelIndex)InputChannelUnionInputGate. getChannel(int channelIndex)InputChannelRecoveredInputChannel. toInputChannel()protected InputChannelLocalRecoveredInputChannel. toInputChannelInternal()protected abstract InputChannelRecoveredInputChannel. toInputChannelInternal()protected InputChannelRemoteRecoveredInputChannel. toInputChannelInternal()Methods in org.apache.flink.runtime.io.network.partition.consumer that return types with arguments of type InputChannel Modifier and Type Method Description Map<org.apache.flink.api.java.tuple.Tuple2<IntermediateResultPartitionID,InputChannelInfo>,InputChannel>SingleInputGate. getInputChannels()protected PrioritizedDeque<InputChannel>SingleInputGate. getInputChannelsWithData()Iterable<InputChannel>SingleInputGate. inputChannels()Methods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type InputChannel Modifier and Type Method Description voidSingleInputGate. setInputChannels(InputChannel... channels)Constructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type InputChannel Constructor Description BufferManager(org.apache.flink.core.memory.MemorySegmentProvider globalPool, InputChannel inputChannel, int numRequiredBuffers) -
Uses of InputChannel in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty
Constructor parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty with type arguments of type InputChannel Constructor Description NettyConnectionReaderImpl(Supplier<InputChannel> inputChannelProvider) -
Uses of InputChannel in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return InputChannel Modifier and Type Method Description InputChannelInputGateWithMetrics. getChannel(int channelIndex) -
Uses of InputChannel in org.apache.flink.streaming.runtime.io.checkpointing
Methods in org.apache.flink.streaming.runtime.io.checkpointing that return InputChannel Modifier and Type Method Description InputChannelCheckpointedInputGate. getChannel(int channelIndex)
-