Uses of Class
org.apache.flink.state.rocksdb.RocksDBIncrementalCheckpointUtils.RangeCheckResult
-
Packages that use RocksDBIncrementalCheckpointUtils.RangeCheckResult Package Description org.apache.flink.state.rocksdb -
-
Uses of RocksDBIncrementalCheckpointUtils.RangeCheckResult in org.apache.flink.state.rocksdb
Methods in org.apache.flink.state.rocksdb that return RocksDBIncrementalCheckpointUtils.RangeCheckResult Modifier and Type Method Description static RocksDBIncrementalCheckpointUtils.RangeCheckResultRocksDBIncrementalCheckpointUtils. 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.
-