Uses of Class
org.apache.flink.state.rocksdb.RocksDBIncrementalCheckpointUtils.RangeCheckResult
Packages that use RocksDBIncrementalCheckpointUtils.RangeCheckResult
-
Uses of RocksDBIncrementalCheckpointUtils.RangeCheckResult in org.apache.flink.state.rocksdb
Methods in org.apache.flink.state.rocksdb that return RocksDBIncrementalCheckpointUtils.RangeCheckResultModifier and TypeMethodDescriptionRocksDBIncrementalCheckpointUtils.checkSstDataAgainstKeyGroupRange(org.rocksdb.RocksDB db, int keyGroupPrefixBytes, org.apache.flink.runtime.state.KeyGroupRange dbExpectedKeyGroupRange) Checks data in the SST files of the given DB for keys that exceed either the lower and upper bound of the proclaimed key-groups range of the DB.