Uses of Interface
org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter
-
-
Uses of ChannelStateWriter in org.apache.flink.runtime.checkpoint.channel
Classes in org.apache.flink.runtime.checkpoint.channel that implement ChannelStateWriter Modifier and Type Class Description static classChannelStateWriter.NoOpChannelStateWriterNo-op implementation ofChannelStateWriter.classChannelStateWriterImplChannelStateWriterimplemented usingCheckpointStateOutputStreams.Fields in org.apache.flink.runtime.checkpoint.channel declared as ChannelStateWriter Modifier and Type Field Description static ChannelStateWriterChannelStateWriter. NO_OP -
Uses of ChannelStateWriter in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition with parameters of type ChannelStateWriter Modifier and Type Method Description voidChannelStateHolder. 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 ChannelStateWriter Modifier and Type Field Description protected ChannelStateWriterRecoveredInputChannel. channelStateWriterMethods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type ChannelStateWriter Modifier and Type Method Description voidInputGate. setChannelStateWriter(ChannelStateWriter channelStateWriter)voidRecoveredInputChannel. setChannelStateWriter(ChannelStateWriter channelStateWriter)Constructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type ChannelStateWriter Constructor Description LocalInputChannel(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 ChannelStateWriter Modifier and Type Method Description voidInputGateWithMetrics. 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 ChannelStateWriter Modifier and Type Method Description CompletableFuture<Void>MultiInputSortingDataInput. prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId)CompletableFuture<Void>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 ChannelStateWriter Modifier and Type Method Description CompletableFuture<Void>StreamInputProcessor. prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId)CompletableFuture<Void>StreamMultipleInputProcessor. prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId)CompletableFuture<Void>StreamOneInputProcessor. prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId)CompletableFuture<Void>StreamTaskInput. prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId)Prepares to spill the in-flight input buffers as checkpoint snapshot.CompletableFuture<Void>StreamTaskNetworkInput. prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId)CompletableFuture<Void>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 ChannelStateWriter Modifier and Type Method Description CompletableFuture<Void>RescalingStreamTaskNetworkInput. 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 Modifier and Type Method Description ChannelStateWriterSubtaskCheckpointCoordinator. getChannelStateWriter()
-