Home
last modified time | relevance | path

Searched refs:VALUE_kForce (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DCompactRangeOptions.java16 private final static byte VALUE_kForce = 2; field in CompactRangeOptions
32 kForce(VALUE_kForce);
58 case VALUE_kForce: return kForce; in fromRocksId()