Uses of Class
org.apache.flink.contrib.streaming.state.snapshot.RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources
-
Packages that use RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources Package Description org.apache.flink.contrib.streaming.state.snapshot -
-
Uses of RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources in org.apache.flink.contrib.streaming.state.snapshot
Methods in org.apache.flink.contrib.streaming.state.snapshot that return RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources Modifier and Type Method Description RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResourcesRocksDBSnapshotStrategyBase. syncPrepareResources(long checkpointId)Methods in org.apache.flink.contrib.streaming.state.snapshot with parameters of type RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources Modifier and Type Method Description org.apache.flink.runtime.state.SnapshotStrategy.SnapshotResultSupplier<org.apache.flink.runtime.state.KeyedStateHandle>RocksIncrementalSnapshotStrategy. asyncSnapshot(RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources 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>RocksNativeFullSnapshotStrategy. asyncSnapshot(RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources snapshotResources, long checkpointId, long timestamp, org.apache.flink.runtime.state.CheckpointStreamFactory checkpointStreamFactory, org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions)
-