Home
last modified time | relevance | path

Searched defs:allowBlockingFlush (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DIngestExternalFileOptions.java27 final boolean allowBlockingFlush) { in IngestExternalFileOptions()
107 public boolean allowBlockingFlush() { in allowBlockingFlush() method in IngestExternalFileOptions
120 final boolean allowBlockingFlush) { in setAllowBlockingFlush()
207 final boolean allowGlobalSeqNo, final boolean allowBlockingFlush); in newIngestExternalFileOptions()
218 private native boolean allowBlockingFlush(final long handle); in allowBlockingFlush() method in IngestExternalFileOptions
220 final boolean allowBlockingFlush); in setAllowBlockingFlush()
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DIngestExternalFileOptionsTest.java39 allowGlobalSeqNo, allowBlockingFlush)) { in createExternalSstFileInfoWithParameters() argument
79 public void allowBlockingFlush() { in allowBlockingFlush() method in IngestExternalFileOptionsTest