Uses of Class
org.apache.flink.runtime.io.network.partition.consumer.InputChannel
Packages that use InputChannel
Package
Description
-
Uses of InputChannel in org.apache.flink.runtime.io.network.partition.consumer
Subclasses of InputChannel in org.apache.flink.runtime.io.network.partition.consumerModifier and TypeClassDescriptionclassAn input channel, which requests a local subpartition.classAn input channel reads recovered state from previous unaligned checkpoint snapshots and then converts intoLocalInputChannelfinally.classAn input channel reads recovered state from previous unaligned checkpoint snapshots.classAn input channel, which requests a remote partition queue.classAn 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 InputChannelModifier and TypeMethodDescriptionprotected 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.SingleInputGate.getChannel(int channelIndex) UnionInputGate.getChannel(int channelIndex) final 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 InputChannelModifier and TypeMethodDescriptionMap<org.apache.flink.api.java.tuple.Tuple2<IntermediateResultPartitionID,InputChannelInfo>, InputChannel> SingleInputGate.getInputChannels()protected PrioritizedDeque<InputChannel>SingleInputGate.getInputChannelsWithData()SingleInputGate.inputChannels()Methods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type InputChannelModifier and TypeMethodDescriptionvoidSingleInputGate.setInputChannels(InputChannel... channels) Constructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type InputChannelModifierConstructorDescriptionBufferManager(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 InputChannelModifierConstructorDescriptionNettyConnectionReaderImpl(Supplier<InputChannel> inputChannelProvider) -
Uses of InputChannel in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return InputChannel -
Uses of InputChannel in org.apache.flink.streaming.runtime.io.checkpointing
Methods in org.apache.flink.streaming.runtime.io.checkpointing that return InputChannel