Searched refs:stopStyle (Results 1 – 2 of 2) sorted by relevance
64 public void stopStyle() { in stopStyle() method in CompactionOptionsUniversalTest65 final CompactionStopStyle stopStyle = CompactionStopStyle.CompactionStopStyleSimilarSize; in stopStyle() local67 opt.setStopStyle(stopStyle); in stopStyle()68 assertThat(opt.stopStyle()).isEqualTo(stopStyle); in stopStyle()
218 public CompactionStopStyle stopStyle() { in stopStyle() method in CompactionOptionsUniversal219 return CompactionStopStyle.getCompactionStopStyle(stopStyle(nativeHandle_)); in stopStyle()268 final long handle, final byte stopStyle); in setStopStyle() argument269 private native byte stopStyle(final long handle); in stopStyle() method in CompactionOptionsUniversal