Home
last modified time | relevance | path

Searched refs:setAllowIngestBehind (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDBOptions.java1101 public DBOptions setAllowIngestBehind(final boolean allowIngestBehind) { in setAllowIngestBehind() method in DBOptions
1103 setAllowIngestBehind(nativeHandle_, allowIngestBehind); in setAllowIngestBehind()
1379 private native void setAllowIngestBehind(final long handle, in setAllowIngestBehind() method in DBOptions
DDBOptionsInterface.java1456 T setAllowIngestBehind(final boolean allowIngestBehind); in setAllowIngestBehind() method
DOptions.java1147 public Options setAllowIngestBehind(final boolean allowIngestBehind) { in setAllowIngestBehind() method in Options
1149 setAllowIngestBehind(nativeHandle_, allowIngestBehind); in setAllowIngestBehind()
1998 private native void setAllowIngestBehind(final long handle, in setAllowIngestBehind() method in Options
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DDBOptionsTest.java738 opt.setAllowIngestBehind(true); in allowIngestBehind()
DOptionsTest.java958 opt.setAllowIngestBehind(true); in allowIngestBehind()