Home
last modified time | relevance | path

Searched refs:setWaitForFlush (Results 1 – 12 of 12) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DFlushOptions.java32 public FlushOptions setWaitForFlush(final boolean waitForFlush) { in setWaitForFlush() method in FlushOptions
34 setWaitForFlush(nativeHandle_, waitForFlush); in setWaitForFlush()
84 private native void setWaitForFlush(final long handle, in setWaitForFlush() method in FlushOptions
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DTransactionLogIteratorTest.java45 db.flush(new FlushOptions().setWaitForFlush(true)); in getBatch()
119 db.flush(new FlushOptions().setWaitForFlush(true)); in transactionLogIteratorCheckAfterRestart()
DMemoryUtilTest.java45 new FlushOptions().setWaitForFlush(true); in getApproximateMemoryUsageByType()
115 new FlushOptions().setWaitForFlush(true); in getApproximateMemoryUsageByTypeMultiple()
DFlushOptionsTest.java18 flushOptions.setWaitForFlush(false); in waitForFlush()
DFlushTest.java32 .setWaitForFlush(true)) { in flush()
DInfoLogLevelTest.java31 db.flush(new FlushOptions().setWaitForFlush(true)); in testInfoLogLevel()
DTableFilterTest.java44 new FlushOptions().setWaitForFlush(true); in readOptions()
DRocksMemEnvTest.java39 .setWaitForFlush(true); in memEnvFillAndReopen()
DRocksDBTest.java741 db.flush(new FlushOptions().setWaitForFlush(true)); in compactRangeWithKeysReduce()
897 db.flush(new FlushOptions().setWaitForFlush(true)); in compactRangeToLevel()
965 db.flush(new FlushOptions().setWaitForFlush(true)); in deleteFilesInRange()
1043 db.flush(new FlushOptions().setWaitForFlush(true), in compactRangeToLevelColumnFamily()
1262 .setWaitForFlush(true) in compactFiles()
DLoggerTest.java232 db.flush(new FlushOptions().setWaitForFlush(true)); in changeLogLevelAtRuntime()
/rocksdb-6.9/java/jmh/src/main/java/org/rocksdb/jmh/
DGetBenchmarks.java84 .setWaitForFlush(true)) { in setup()
DMultiGetBenchmarks.java93 .setWaitForFlush(true)) { in setup()