Uses of Class
org.apache.flink.streaming.api.operators.OperatorSnapshotFutures
-
Packages that use OperatorSnapshotFutures Package Description org.apache.flink.streaming.api.operators org.apache.flink.streaming.runtime.operators.asyncprocessing org.apache.flink.streaming.runtime.tasks This package contains classes that realize streaming tasks. -
-
Uses of OperatorSnapshotFutures in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return OperatorSnapshotFutures Modifier and Type Method Description OperatorSnapshotFuturesAbstractStreamOperator. snapshotState(long checkpointId, long timestamp, org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions, org.apache.flink.runtime.state.CheckpointStreamFactory factory)OperatorSnapshotFuturesAbstractStreamOperatorV2. snapshotState(long checkpointId, long timestamp, org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions, org.apache.flink.runtime.state.CheckpointStreamFactory factory)OperatorSnapshotFuturesStreamOperator. snapshotState(long checkpointId, long timestamp, org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions, org.apache.flink.runtime.state.CheckpointStreamFactory storageLocation)Called to draw a state snapshot from the operator.OperatorSnapshotFuturesStreamOperatorStateHandler. snapshotState(StreamOperatorStateHandler.CheckpointedStreamOperator streamOperator, Optional<InternalTimeServiceManager<?>> timeServiceManager, String operatorName, long checkpointId, long timestamp, org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions, org.apache.flink.runtime.state.CheckpointStreamFactory factory, boolean isUsingCustomRawKeyedState)Constructors in org.apache.flink.streaming.api.operators with parameters of type OperatorSnapshotFutures Constructor Description OperatorSnapshotFinalizer(OperatorSnapshotFutures snapshotFutures) -
Uses of OperatorSnapshotFutures in org.apache.flink.streaming.runtime.operators.asyncprocessing
Methods in org.apache.flink.streaming.runtime.operators.asyncprocessing that return OperatorSnapshotFutures Modifier and Type Method Description OperatorSnapshotFuturesAbstractAsyncStateStreamOperator. snapshotState(long checkpointId, long timestamp, org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions, org.apache.flink.runtime.state.CheckpointStreamFactory factory)OperatorSnapshotFuturesAbstractAsyncStateStreamOperatorV2. snapshotState(long checkpointId, long timestamp, org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions, org.apache.flink.runtime.state.CheckpointStreamFactory factory) -
Uses of OperatorSnapshotFutures in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks with parameters of type OperatorSnapshotFutures Modifier and Type Method Description protected voidOperatorChain. snapshotChannelStates(StreamOperator<?> op, org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.ChannelStateWriteResult channelStateWriteResult, OperatorSnapshotFutures snapshotInProgress)Method parameters in org.apache.flink.streaming.runtime.tasks with type arguments of type OperatorSnapshotFutures Modifier and Type Method Description voidFinishedOperatorChain. snapshotState(Map<org.apache.flink.runtime.jobgraph.OperatorID,OperatorSnapshotFutures> operatorSnapshotsInProgress, org.apache.flink.runtime.checkpoint.CheckpointMetaData checkpointMetaData, org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions, java.util.function.Supplier<Boolean> isRunning, org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.ChannelStateWriteResult channelStateWriteResult, org.apache.flink.runtime.state.CheckpointStreamFactory storage)abstract voidOperatorChain. snapshotState(Map<org.apache.flink.runtime.jobgraph.OperatorID,OperatorSnapshotFutures> operatorSnapshotsInProgress, org.apache.flink.runtime.checkpoint.CheckpointMetaData checkpointMetaData, org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions, java.util.function.Supplier<Boolean> isRunning, org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.ChannelStateWriteResult channelStateWriteResult, org.apache.flink.runtime.state.CheckpointStreamFactory storage)voidRegularOperatorChain. snapshotState(Map<org.apache.flink.runtime.jobgraph.OperatorID,OperatorSnapshotFutures> operatorSnapshotsInProgress, org.apache.flink.runtime.checkpoint.CheckpointMetaData checkpointMetaData, org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions, java.util.function.Supplier<Boolean> isRunning, org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.ChannelStateWriteResult channelStateWriteResult, org.apache.flink.runtime.state.CheckpointStreamFactory storage)
-