Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/test/java/org/rocksdb/
DCompactionStopStyleTest.java16 CompactionStopStyle.getCompactionStopStyle((byte) -1); in failIfIllegalByteValueProvided()
20 public void getCompactionStopStyle() { in getCompactionStopStyle() method in CompactionStopStyleTest
21 assertThat(CompactionStopStyle.getCompactionStopStyle( in getCompactionStopStyle()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DCompactionStopStyle.java45 public static CompactionStopStyle getCompactionStopStyle(final byte value) { in getCompactionStopStyle() method in CompactionStopStyle
DCompactionOptionsUniversal.java219 return CompactionStopStyle.getCompactionStopStyle(stopStyle(nativeHandle_)); in stopStyle()