Home
last modified time | relevance | path

Searched defs:errorIfExists (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDBOptionsInterface.java106 T setErrorIfExists(boolean errorIfExists); in setErrorIfExists()
115 boolean errorIfExists(); in errorIfExists() method
DDBOptions.java147 final boolean errorIfExists) { in setErrorIfExists()
154 public boolean errorIfExists() { in errorIfExists() method in DBOptions
1194 private native void setErrorIfExists(long handle, boolean errorIfExists); in setErrorIfExists()
1195 private native boolean errorIfExists(long handle); in errorIfExists() method in DBOptions
DOptions.java277 public boolean errorIfExists() { in errorIfExists() method in Options
283 public Options setErrorIfExists(final boolean errorIfExists) { in setErrorIfExists()
1810 private native void setErrorIfExists(long handle, boolean errorIfExists); in setErrorIfExists()
1811 private native boolean errorIfExists(long handle); in errorIfExists() method in Options
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DDBOptionsTest.java122 public void errorIfExists() { in errorIfExists() method in DBOptionsTest
DOptionsTest.java332 public void errorIfExists() { in errorIfExists() method in OptionsTest