Uses of Class
org.apache.flink.runtime.checkpoint.channel.InputChannelInfo
Packages that use InputChannelInfo
Package
Description
-
Uses of InputChannelInfo in org.apache.flink.runtime.checkpoint.channel
Methods in org.apache.flink.runtime.checkpoint.channel that return types with arguments of type InputChannelInfoMethods in org.apache.flink.runtime.checkpoint.channel with parameters of type InputChannelInfoModifier and TypeMethodDescriptionvoidChannelStateWriter.addInputData(long checkpointId, InputChannelInfo info, int startSeqNum, org.apache.flink.util.CloseableIterator<Buffer> data) Add in-flight buffers from theInputChannel.voidChannelStateWriter.NoOpChannelStateWriter.addInputData(long checkpointId, InputChannelInfo info, int startSeqNum, org.apache.flink.util.CloseableIterator<Buffer> data) voidChannelStateWriterImpl.addInputData(long checkpointId, InputChannelInfo info, int startSeqNum, org.apache.flink.util.CloseableIterator<Buffer> iterator) -
Uses of InputChannelInfo in org.apache.flink.runtime.io.network.logger
Methods in org.apache.flink.runtime.io.network.logger with parameters of type InputChannelInfoModifier and TypeMethodDescriptionstatic voidNetworkActionsLogger.traceInput(String action, Buffer buffer, String taskName, InputChannelInfo channelInfo, ChannelStatePersister channelStatePersister, int sequenceNumber) static voidNetworkActionsLogger.traceRecover(String action, Buffer buffer, String taskName, InputChannelInfo channelInfo) -
Uses of InputChannelInfo in org.apache.flink.runtime.io.network.partition.consumer
Fields in org.apache.flink.runtime.io.network.partition.consumer declared as InputChannelInfoModifier and TypeFieldDescriptionprotected final InputChannelInfoInputChannel.channelInfoThe info of the input channel to identify it globally within a task.Methods in org.apache.flink.runtime.io.network.partition.consumer that return InputChannelInfoModifier and TypeMethodDescriptionBufferOrEvent.getChannelInfo()InputChannel.getChannelInfo()Returns the info of this channel, which uniquely identifies the channel in respect to its operator instance.Methods in org.apache.flink.runtime.io.network.partition.consumer that return types with arguments of type InputChannelInfoModifier and TypeMethodDescriptionCheckpointableInput.getChannelInfos()InputGate.getChannelInfos()Returns the channel infos of this gate.Map<org.apache.flink.api.java.tuple.Tuple2<IntermediateResultPartitionID,InputChannelInfo>, InputChannel> SingleInputGate.getInputChannels()abstract List<InputChannelInfo>IndexedInputGate.getUnfinishedChannels()Returns the list of channels that have not received EndOfPartitionEvent.SingleInputGate.getUnfinishedChannels()Methods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type InputChannelInfoModifier and TypeMethodDescriptionabstract voidInputGate.acknowledgeAllRecordsProcessed(InputChannelInfo channelInfo) voidSingleInputGate.acknowledgeAllRecordsProcessed(InputChannelInfo channelInfo) voidUnionInputGate.acknowledgeAllRecordsProcessed(InputChannelInfo channelInfo) voidCheckpointableInput.blockConsumption(InputChannelInfo channelInfo) voidIndexedInputGate.blockConsumption(InputChannelInfo channelInfo) voidCheckpointableInput.resumeConsumption(InputChannelInfo channelInfo) abstract voidInputGate.resumeConsumption(InputChannelInfo channelInfo) voidSingleInputGate.resumeConsumption(InputChannelInfo channelInfo) voidUnionInputGate.resumeConsumption(InputChannelInfo channelInfo) voidSingleInputGate.retriggerPartitionRequest(IntermediateResultPartitionID partitionId, InputChannelInfo inputChannelInfo) Retriggers a partition request.voidBufferOrEvent.setChannelInfo(InputChannelInfo channelInfo) Constructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type InputChannelInfoModifierConstructorDescriptionBufferOrEvent(AbstractEvent event, boolean hasPriority, InputChannelInfo channelInfo, boolean moreAvailable, int size, boolean morePriorityEvents) BufferOrEvent(AbstractEvent event, InputChannelInfo channelInfo) BufferOrEvent(Buffer buffer, InputChannelInfo channelInfo) BufferOrEvent(Buffer buffer, InputChannelInfo channelInfo, boolean moreAvailable, boolean morePriorityEvents) -
Uses of InputChannelInfo in org.apache.flink.runtime.state
Constructors in org.apache.flink.runtime.state with parameters of type InputChannelInfoModifierConstructorDescriptionInputChannelStateHandle(int subtaskIndex, InputChannelInfo info, StreamStateHandle delegate, List<Long> offset, long size) InputChannelStateHandle(int subtaskIndex, InputChannelInfo info, StreamStateHandle delegate, AbstractChannelStateHandle.StateContentMetaInfo contentMetaInfo) InputChannelStateHandle(InputChannelInfo info, StreamStateHandle delegate, List<Long> offset) -
Uses of InputChannelInfo in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return types with arguments of type InputChannelInfoMethods in org.apache.flink.runtime.taskmanager with parameters of type InputChannelInfoModifier and TypeMethodDescriptionvoidInputGateWithMetrics.acknowledgeAllRecordsProcessed(InputChannelInfo channelInfo) voidInputGateWithMetrics.resumeConsumption(InputChannelInfo channelInfo) -
Uses of InputChannelInfo in org.apache.flink.streaming.runtime.io
Fields in org.apache.flink.streaming.runtime.io with type parameters of type InputChannelInfoModifier and TypeFieldDescriptionprotected final Map<InputChannelInfo,Integer> AbstractStreamTaskNetworkInput.flattenedChannelIndicesprotected final Map<InputChannelInfo,R> AbstractStreamTaskNetworkInput.recordDeserializersMethods in org.apache.flink.streaming.runtime.io that return types with arguments of type InputChannelInfoMethods in org.apache.flink.streaming.runtime.io with parameters of type InputChannelInfoModifier and TypeMethodDescriptionvoidStreamTaskSourceInput.blockConsumption(InputChannelInfo channelInfo) protected RAbstractStreamTaskNetworkInput.getActiveSerializer(InputChannelInfo channelInfo) protected voidAbstractStreamTaskNetworkInput.releaseDeserializer(InputChannelInfo channelInfo) voidStreamTaskSourceInput.resumeConsumption(InputChannelInfo channelInfo) Constructor parameters in org.apache.flink.streaming.runtime.io with type arguments of type InputChannelInfoModifierConstructorDescriptionAbstractStreamTaskNetworkInput(CheckpointedInputGate checkpointedInputGate, org.apache.flink.api.common.typeutils.TypeSerializer<T> inputSerializer, StatusWatermarkValve statusWatermarkValve, int inputIndex, Map<InputChannelInfo, R> recordDeserializers, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords) AbstractStreamTaskNetworkInput(CheckpointedInputGate checkpointedInputGate, org.apache.flink.api.common.typeutils.TypeSerializer<T> inputSerializer, StatusWatermarkValve statusWatermarkValve, int inputIndex, Map<InputChannelInfo, R> recordDeserializers, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords, Set<AbstractInternalWatermarkDeclaration<?>> watermarkDeclarationSet) -
Uses of InputChannelInfo in org.apache.flink.streaming.runtime.io.checkpointing
Methods in org.apache.flink.streaming.runtime.io.checkpointing that return types with arguments of type InputChannelInfoMethods in org.apache.flink.streaming.runtime.io.checkpointing with parameters of type InputChannelInfoModifier and TypeMethodDescriptionvoidUpstreamRecoveryTracker.handleEndOfRecovery(InputChannelInfo channelInfo) protected voidSingleCheckpointBarrierHandler.markCheckpointAlignedAndTransformState(InputChannelInfo alignedChannel, CheckpointBarrier barrier, org.apache.flink.util.function.FunctionWithException<org.apache.flink.streaming.runtime.io.checkpointing.BarrierHandlerState, org.apache.flink.streaming.runtime.io.checkpointing.BarrierHandlerState, Exception> stateTransformer) abstract voidCheckpointBarrierHandler.processBarrier(CheckpointBarrier receivedBarrier, InputChannelInfo channelInfo, boolean isRpcTriggered) voidCheckpointBarrierTracker.processBarrier(CheckpointBarrier receivedBarrier, InputChannelInfo channelInfo, boolean isRpcTriggered) voidSingleCheckpointBarrierHandler.processBarrier(CheckpointBarrier barrier, InputChannelInfo channelInfo, boolean isRpcTriggered) abstract voidCheckpointBarrierHandler.processBarrierAnnouncement(CheckpointBarrier announcedBarrier, int sequenceNumber, InputChannelInfo channelInfo) voidCheckpointBarrierTracker.processBarrierAnnouncement(CheckpointBarrier announcedBarrier, int sequenceNumber, InputChannelInfo channelInfo) voidSingleCheckpointBarrierHandler.processBarrierAnnouncement(CheckpointBarrier announcedBarrier, int sequenceNumber, InputChannelInfo channelInfo) abstract voidCheckpointBarrierHandler.processCancellationBarrier(CancelCheckpointMarker cancelBarrier, InputChannelInfo channelInfo) voidCheckpointBarrierTracker.processCancellationBarrier(CancelCheckpointMarker cancelBarrier, InputChannelInfo channelInfo) voidSingleCheckpointBarrierHandler.processCancellationBarrier(CancelCheckpointMarker cancelBarrier, InputChannelInfo channelInfo) abstract voidCheckpointBarrierHandler.processEndOfPartition(InputChannelInfo channelInfo) voidCheckpointBarrierTracker.processEndOfPartition(InputChannelInfo channelInfo) voidSingleCheckpointBarrierHandler.processEndOfPartition(InputChannelInfo channelInfo) -
Uses of InputChannelInfo in org.apache.flink.streaming.runtime.io.recovery
Methods in org.apache.flink.streaming.runtime.io.recovery with parameters of type InputChannelInfoModifier and TypeMethodDescriptionprotected org.apache.flink.streaming.runtime.io.recovery.DemultiplexingRecordDeserializer<T>RescalingStreamTaskNetworkInput.getActiveSerializer(InputChannelInfo channelInfo)