Home
last modified time | relevance | path

Searched defs:setErrorIfExists (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDBOptionsInterface.java106 T setErrorIfExists(boolean errorIfExists); in setErrorIfExists() method
DDBOptions.java146 public DBOptions setErrorIfExists( in setErrorIfExists() method in DBOptions
1194 private native void setErrorIfExists(long handle, boolean errorIfExists); in setErrorIfExists() method in DBOptions
DOptions.java283 public Options setErrorIfExists(final boolean errorIfExists) { in setErrorIfExists() method in Options
1810 private native void setErrorIfExists(long handle, boolean errorIfExists); in setErrorIfExists() method in Options