Uses of Class
org.apache.flink.state.forst.snapshot.ForStSnapshotStrategyBase.ForStNativeSnapshotResources
-
Packages that use ForStSnapshotStrategyBase.ForStNativeSnapshotResources Package Description org.apache.flink.state.forst.snapshot -
-
Uses of ForStSnapshotStrategyBase.ForStNativeSnapshotResources in org.apache.flink.state.forst.snapshot
Methods in org.apache.flink.state.forst.snapshot that return ForStSnapshotStrategyBase.ForStNativeSnapshotResources Modifier and Type Method Description ForStSnapshotStrategyBase.ForStNativeSnapshotResourcesForStNativeFullSnapshotStrategy. syncPrepareResources(long checkpointId)Methods in org.apache.flink.state.forst.snapshot with parameters of type ForStSnapshotStrategyBase.ForStNativeSnapshotResources Modifier and Type Method Description org.apache.flink.runtime.state.SnapshotStrategy.SnapshotResultSupplier<org.apache.flink.runtime.state.KeyedStateHandle>ForStIncrementalSnapshotStrategy. asyncSnapshot(ForStSnapshotStrategyBase.ForStNativeSnapshotResources snapshotResources, long checkpointId, long timestamp, org.apache.flink.runtime.state.CheckpointStreamFactory checkpointStreamFactory, org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions)org.apache.flink.runtime.state.SnapshotStrategy.SnapshotResultSupplier<org.apache.flink.runtime.state.KeyedStateHandle>ForStNativeFullSnapshotStrategy. asyncSnapshot(ForStSnapshotStrategyBase.ForStNativeSnapshotResources syncPartResource, long checkpointId, long timestamp, org.apache.flink.runtime.state.CheckpointStreamFactory streamFactory, org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions)
-