Package org.apache.flink.state.rocksdb
Class RocksDBIncrementalCheckpointUtils.RangeCheckResult
java.lang.Object
org.apache.flink.state.rocksdb.RocksDBIncrementalCheckpointUtils.RangeCheckResult
- Enclosing class:
- RocksDBIncrementalCheckpointUtils
Helper class that represents the result of a range check of the actual keys in a RocksDB
instance against the proclaimed key-group range of the instance. In short, this checks if the
instance contains any keys (or tombstones for keys) that don't belong in the instance's
key-groups range.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]byte[]intbyte[]byte[]booleanbooleantoString()
-
Method Details
-
allInRange
public boolean allInRange() -
getProclaimedMinKey
public byte[] getProclaimedMinKey() -
getProclaimedMaxKey
public byte[] getProclaimedMaxKey() -
getActualMinKey
public byte[] getActualMinKey() -
getActualMaxKey
public byte[] getActualMaxKey() -
getKeyGroupPrefixBytes
public int getKeyGroupPrefixBytes() -
isLeftInRange
public boolean isLeftInRange() -
isRightInRange
public boolean isRightInRange() -
toString
-