Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDBOptions.java146 public DBOptions setErrorIfExists( in setErrorIfExists() method in DBOptions
149 setErrorIfExists(nativeHandle_, errorIfExists); in setErrorIfExists()
1194 private native void setErrorIfExists(long handle, boolean errorIfExists); in setErrorIfExists() method in DBOptions
DDBOptionsInterface.java106 T setErrorIfExists(boolean errorIfExists); in setErrorIfExists() method
DOptions.java283 public Options setErrorIfExists(final boolean errorIfExists) { in setErrorIfExists() method in Options
285 setErrorIfExists(nativeHandle_, errorIfExists); in setErrorIfExists()
1810 private native void setErrorIfExists(long handle, boolean errorIfExists); in setErrorIfExists() method in Options
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DDBOptionsTest.java125 opt.setErrorIfExists(boolValue); in errorIfExists()
DOptionsTest.java335 opt.setErrorIfExists(boolValue); in errorIfExists()