Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DCompactionStopStyle.java46 for (final CompactionStopStyle compactionStopStyle : in getCompactionStopStyle()
48 if (compactionStopStyle.getValue() == value){ in getCompactionStopStyle()
49 return compactionStopStyle; in getCompactionStopStyle()
DCompactionOptionsUniversal.java206 final CompactionStopStyle compactionStopStyle) { in setStopStyle() argument
207 setStopStyle(nativeHandle_, compactionStopStyle.getValue()); in setStopStyle()