Uses of Class
org.apache.flink.contrib.streaming.state.snapshot.RocksDBFullSnapshotResources
-
Packages that use RocksDBFullSnapshotResources Package Description org.apache.flink.contrib.streaming.state.snapshot -
-
Uses of RocksDBFullSnapshotResources in org.apache.flink.contrib.streaming.state.snapshot
Methods in org.apache.flink.contrib.streaming.state.snapshot that return RocksDBFullSnapshotResources Modifier and Type Method Description static <K> RocksDBFullSnapshotResources<K>RocksDBFullSnapshotResources. create(LinkedHashMap<String,RocksDBKeyedStateBackend.RocksDbKvStateInfo> kvStateInformation, Map<String,org.apache.flink.runtime.state.heap.HeapPriorityQueueSnapshotRestoreWrapper<?>> registeredPQStates, org.rocksdb.RocksDB db, org.apache.flink.util.ResourceGuard rocksDBResourceGuard, org.apache.flink.runtime.state.KeyGroupRange keyGroupRange, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, int keyGroupPrefixBytes, org.apache.flink.runtime.state.StreamCompressionDecorator keyGroupCompressionDecorator)
-