Searched refs:setAllow2pc (Results 1 – 5 of 5) sorted by relevance
1008 public DBOptions setAllow2pc(final boolean allow2pc) { in setAllow2pc() method in DBOptions1010 setAllow2pc(nativeHandle_, allow2pc); in setAllow2pc()1360 private native void setAllow2pc(final long handle, in setAllow2pc() method in DBOptions
1311 T setAllow2pc(boolean allow2pc); in setAllow2pc() method
1054 public Options setAllow2pc(final boolean allow2pc) { in setAllow2pc() method in Options1056 setAllow2pc(nativeHandle_, allow2pc); in setAllow2pc()1979 private native void setAllow2pc(final long handle, in setAllow2pc() method in Options
29 origOpts.setAllow2pc(rand.nextBoolean()); in copyConstructor()644 opt.setAllow2pc(boolValue); in allow2pc()
863 opt.setAllow2pc(boolValue); in allow2pc()