Uses of Interface
org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter
Packages that use ChannelStateWriter
Package
Description
-
Uses of ChannelStateWriter in org.apache.flink.runtime.checkpoint.channel
Classes in org.apache.flink.runtime.checkpoint.channel that implement ChannelStateWriterModifier and TypeClassDescriptionstatic classNo-op implementation ofChannelStateWriter.classChannelStateWriterimplemented usingCheckpointStateOutputStreams.Fields in org.apache.flink.runtime.checkpoint.channel declared as ChannelStateWriter -
Uses of ChannelStateWriter in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition with parameters of type ChannelStateWriterModifier and TypeMethodDescriptionvoidChannelStateHolder.setChannelStateWriter(ChannelStateWriter channelStateWriter) Injects theChannelStateWriter.voidPipelinedResultPartition.setChannelStateWriter(ChannelStateWriter channelStateWriter) voidPipelinedSubpartition.setChannelStateWriter(ChannelStateWriter channelStateWriter) -
Uses of ChannelStateWriter in org.apache.flink.runtime.io.network.partition.consumer
Fields in org.apache.flink.runtime.io.network.partition.consumer declared as ChannelStateWriterModifier and TypeFieldDescriptionprotected ChannelStateWriterRecoveredInputChannel.channelStateWriterMethods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type ChannelStateWriterModifier and TypeMethodDescriptionvoidInputGate.setChannelStateWriter(ChannelStateWriter channelStateWriter) voidRecoveredInputChannel.setChannelStateWriter(ChannelStateWriter channelStateWriter) Constructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type ChannelStateWriterModifierConstructorDescriptionLocalInputChannel(SingleInputGate inputGate, int channelIndex, ResultPartitionID partitionId, ResultSubpartitionIndexSet consumedSubpartitionIndexSet, ResultPartitionManager partitionManager, TaskEventPublisher taskEventPublisher, int initialBackoff, int maxBackoff, org.apache.flink.metrics.Counter numBytesIn, org.apache.flink.metrics.Counter numBuffersIn, ChannelStateWriter stateWriter) RemoteInputChannel(SingleInputGate inputGate, int channelIndex, ResultPartitionID partitionId, ResultSubpartitionIndexSet consumedSubpartitionIndexSet, ConnectionID connectionId, ConnectionManager connectionManager, int initialBackOff, int maxBackoff, int partitionRequestListenerTimeout, int networkBuffersPerChannel, org.apache.flink.metrics.Counter numBytesIn, org.apache.flink.metrics.Counter numBuffersIn, ChannelStateWriter stateWriter) -
Uses of ChannelStateWriter in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager with parameters of type ChannelStateWriterModifier and TypeMethodDescriptionvoidInputGateWithMetrics.setChannelStateWriter(ChannelStateWriter channelStateWriter) -
Uses of ChannelStateWriter in org.apache.flink.streaming.api.operators.sort
Methods in org.apache.flink.streaming.api.operators.sort with parameters of type ChannelStateWriterModifier and TypeMethodDescriptionMultiInputSortingDataInput.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) SortingDataInput.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) -
Uses of ChannelStateWriter in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io with parameters of type ChannelStateWriterModifier and TypeMethodDescriptionStreamInputProcessor.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) StreamMultipleInputProcessor.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) StreamOneInputProcessor.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) StreamTaskInput.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) Prepares to spill the in-flight input buffers as checkpoint snapshot.StreamTaskNetworkInput.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) StreamTaskSourceInput.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) -
Uses of ChannelStateWriter in org.apache.flink.streaming.runtime.io.recovery
Methods in org.apache.flink.streaming.runtime.io.recovery with parameters of type ChannelStateWriterModifier and TypeMethodDescriptionRescalingStreamTaskNetworkInput.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) -
Uses of ChannelStateWriter in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks that return ChannelStateWriter