Searched refs:setUseFsync (Results 1 – 6 of 6) sorted by relevance
282 public DBOptions setUseFsync( in setUseFsync() method in DBOptions285 setUseFsync(nativeHandle_, useFsync); in setUseFsync()1218 private native void setUseFsync(long handle, boolean useFsync); in setUseFsync() method in DBOptions
265 T setUseFsync(boolean useFsync); in setUseFsync() method
348 public Options setUseFsync(final boolean useFsync) { in setUseFsync() method in Options350 setUseFsync(nativeHandle_, useFsync); in setUseFsync()1834 private native void setUseFsync(long handle, boolean useFsync); in setUseFsync() method in Options
170 opt.setUseFsync(boolValue); in useFsync()
382 opt.setUseFsync(boolValue); in useFsync()
549 options.setUseFsync( in prepareOptions()