Uses of Class
org.apache.flink.state.forst.ForStIncrementalCheckpointUtils.RangeCheckResult
Packages that use ForStIncrementalCheckpointUtils.RangeCheckResult
-
Uses of ForStIncrementalCheckpointUtils.RangeCheckResult in org.apache.flink.state.forst
Methods in org.apache.flink.state.forst that return ForStIncrementalCheckpointUtils.RangeCheckResultModifier and TypeMethodDescriptionForStIncrementalCheckpointUtils.checkSstDataAgainstKeyGroupRange(org.forstdb.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.