Searched refs:getCompactionStopStyle (Results 1 – 3 of 3) sorted by relevance
16 CompactionStopStyle.getCompactionStopStyle((byte) -1); in failIfIllegalByteValueProvided()20 public void getCompactionStopStyle() { in getCompactionStopStyle() method in CompactionStopStyleTest21 assertThat(CompactionStopStyle.getCompactionStopStyle( in getCompactionStopStyle()
45 public static CompactionStopStyle getCompactionStopStyle(final byte value) { in getCompactionStopStyle() method in CompactionStopStyle
219 return CompactionStopStyle.getCompactionStopStyle(stopStyle(nativeHandle_)); in stopStyle()