Uses of Class
org.apache.flink.runtime.checkpoint.channel.InputChannelInfo
-
-
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 InputChannelInfo Modifier and Type Method Description Map<InputChannelInfo,AbstractChannelStateHandle.StateContentMetaInfo>ChannelStatePendingResult. getInputChannelOffsets()Methods in org.apache.flink.runtime.checkpoint.channel with parameters of type InputChannelInfo Modifier and Type Method Description voidChannelStateWriter. 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 InputChannelInfo Modifier and Type Method Description static 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 InputChannelInfo Modifier and Type Field Description protected 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 InputChannelInfo Modifier and Type Method Description InputChannelInfoBufferOrEvent. getChannelInfo()InputChannelInfoInputChannel. 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 InputChannelInfo Modifier and Type Method Description List<InputChannelInfo>CheckpointableInput. getChannelInfos()List<InputChannelInfo>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.List<InputChannelInfo>SingleInputGate. getUnfinishedChannels()Methods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type InputChannelInfo Modifier and Type Method Description abstract 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 InputChannelInfo Constructor Description BufferOrEvent(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
Fields in org.apache.flink.runtime.state with type parameters of type InputChannelInfo Modifier and Type Field Description static org.apache.flink.util.function.FunctionWithException<DataInputStream,InputChannelInfo,IOException>ChannelStateHelper. INPUT_CHANNEL_INFO_READERstatic org.apache.flink.util.function.BiConsumerWithException<InputChannelInfo,DataOutputStream,IOException>ChannelStateHelper. INPUT_CHANNEL_INFO_WRITERMethods in org.apache.flink.runtime.state that return InputChannelInfo Modifier and Type Method Description protected InputChannelInfoMergedInputChannelStateHandle. readInfo(DataInputStream dis)Methods in org.apache.flink.runtime.state with parameters of type InputChannelInfo Modifier and Type Method Description protected InputChannelStateHandleMergedInputChannelStateHandle. createUnmergedHandle(int subtaskIndex, StreamStateHandle delegate, InputChannelInfo info, long stateSize, List<Long> offsets)protected voidMergedInputChannelStateHandle. writeInfo(InputChannelInfo inputChannelInfo, DataOutputStream dos)Constructors in org.apache.flink.runtime.state with parameters of type InputChannelInfo Constructor Description InputChannelStateHandle(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 InputChannelInfo Modifier and Type Method Description List<InputChannelInfo>InputGateWithMetrics. getUnfinishedChannels()Methods in org.apache.flink.runtime.taskmanager with parameters of type InputChannelInfo Modifier and Type Method Description voidInputGateWithMetrics. 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 InputChannelInfo Modifier and Type Field Description protected Map<InputChannelInfo,Integer>AbstractStreamTaskNetworkInput. flattenedChannelIndicesprotected Map<InputChannelInfo,R>AbstractStreamTaskNetworkInput. recordDeserializersMethods in org.apache.flink.streaming.runtime.io that return types with arguments of type InputChannelInfo Modifier and Type Method Description List<InputChannelInfo>StreamTaskSourceInput. getChannelInfos()Methods in org.apache.flink.streaming.runtime.io with parameters of type InputChannelInfo Modifier and Type Method Description voidStreamTaskSourceInput. 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 InputChannelInfo Constructor Description AbstractStreamTaskNetworkInput(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 InputChannelInfo Modifier and Type Method Description List<InputChannelInfo>CheckpointedInputGate. getChannelInfos()Methods in org.apache.flink.streaming.runtime.io.checkpointing with parameters of type InputChannelInfo Modifier and Type Method Description voidUpstreamRecoveryTracker. 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 InputChannelInfo Modifier and Type Method Description protected org.apache.flink.streaming.runtime.io.recovery.DemultiplexingRecordDeserializer<T>RescalingStreamTaskNetworkInput. getActiveSerializer(InputChannelInfo channelInfo)
-