Uses of Class
org.apache.flink.state.rocksdb.snapshot.RocksDBFullSnapshotResources
Packages that use RocksDBFullSnapshotResources
-
Uses of RocksDBFullSnapshotResources in org.apache.flink.state.rocksdb.snapshot
Methods in org.apache.flink.state.rocksdb.snapshot that return RocksDBFullSnapshotResourcesModifier and TypeMethodDescriptionstatic <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)