Searched refs:flushOptions (Results 1 – 11 of 11) sorted by relevance
16 try (final FlushOptions flushOptions = new FlushOptions()) { in waitForFlush() argument17 assertThat(flushOptions.waitForFlush()).isTrue(); in waitForFlush()18 flushOptions.setWaitForFlush(false); in waitForFlush()19 assertThat(flushOptions.waitForFlush()).isFalse(); in waitForFlush()25 try (final FlushOptions flushOptions = new FlushOptions()) { in allowWriteStall() argument26 assertThat(flushOptions.allowWriteStall()).isFalse(); in allowWriteStall()27 flushOptions.setAllowWriteStall(true); in allowWriteStall()28 assertThat(flushOptions.allowWriteStall()).isTrue(); in allowWriteStall()
31 final FlushOptions flushOptions = new FlushOptions() in flush()33 assertThat(flushOptions.waitForFlush()).isTrue(); in flush()43 db.flush(flushOptions); in flush()
44 final FlushOptions flushOptions = in getApproximateMemoryUsageByType()64 db.flush(flushOptions); in getApproximateMemoryUsageByType()114 final FlushOptions flushOptions = in getApproximateMemoryUsageByTypeMultiple()127 db.flush(flushOptions); in getApproximateMemoryUsageByTypeMultiple()
43 final FlushOptions flushOptions = in readOptions()61 db.flush(flushOptions, columnFamilyHandles); in readOptions()
38 final FlushOptions flushOptions = new FlushOptions() in memEnvFillAndReopen()66 db.flush(flushOptions); in memEnvFillAndReopen()
190 try (final FlushOptions flushOptions = new FlushOptions(); in blockCacheCompressedIntegration() argument200 db.flush(flushOptions); in blockCacheCompressedIntegration()
1261 try (final FlushOptions flushOptions = new FlushOptions() in compactFiles() argument1272 db.flush(flushOptions, cfHandles); in compactFiles()1365 final FlushOptions flushOptions = new FlushOptions()) { in flush() argument1366 db.flush(flushOptions); in flush()
83 try (final FlushOptions flushOptions = new FlushOptions() in setup() argument85 db.flush(flushOptions); in setup()
92 try (final FlushOptions flushOptions = new FlushOptions() in setup() argument94 db.flush(flushOptions); in setup()
228 try (final FlushOptions flushOptions = new FlushOptions(); in doRandomIterationTest() argument232 db.flush(flushOptions); in doRandomIterationTest()
3632 public void flush(final FlushOptions flushOptions) in flush() argument3634 flush(flushOptions, (List<ColumnFamilyHandle>) null); in flush()3649 public void flush(final FlushOptions flushOptions, in flush() argument3652 flush(flushOptions, in flush()3671 public void flush(final FlushOptions flushOptions, in flush() argument3674 flush(nativeHandle_, flushOptions.nativeHandle_, in flush()