Searched refs:allowFAllocate (Results 1 – 5 of 5) sorted by relevance
628 public DBOptions setAllowFAllocate(final boolean allowFAllocate) { in setAllowFAllocate() argument630 setAllowFAllocate(nativeHandle_, allowFAllocate); in setAllowFAllocate()635 public boolean allowFAllocate() { in allowFAllocate() method in DBOptions637 return allowFAllocate(nativeHandle_); in allowFAllocate()1274 final boolean allowFAllocate); in setAllowFAllocate() argument1275 private native boolean allowFAllocate(final long handle); in allowFAllocate() method in DBOptions
773 T setAllowFAllocate(boolean allowFAllocate); in setAllowFAllocate() argument780 boolean allowFAllocate(); in allowFAllocate() method
683 public Options setAllowFAllocate(final boolean allowFAllocate) { in setAllowFAllocate() argument685 setAllowFAllocate(nativeHandle_, allowFAllocate); in setAllowFAllocate()690 public boolean allowFAllocate() { in allowFAllocate() method in Options692 return allowFAllocate(nativeHandle_); in allowFAllocate()1893 final boolean allowFAllocate); in setAllowFAllocate() argument1894 private native boolean allowFAllocate(final long handle); in allowFAllocate() method in Options
368 public void allowFAllocate() { in allowFAllocate() method in DBOptionsTest372 assertThat(opt.allowFAllocate()).isEqualTo(boolValue); in allowFAllocate()
587 public void allowFAllocate() { in allowFAllocate() method in OptionsTest591 assertThat(opt.allowFAllocate()).isEqualTo(boolValue); in allowFAllocate()