Searched refs:allowIngestBehind (Results 1 – 5 of 5) sorted by relevance
1101 public DBOptions setAllowIngestBehind(final boolean allowIngestBehind) { in setAllowIngestBehind() argument1103 setAllowIngestBehind(nativeHandle_, allowIngestBehind); in setAllowIngestBehind()1108 public boolean allowIngestBehind() { in allowIngestBehind() method in DBOptions1110 return allowIngestBehind(nativeHandle_); in allowIngestBehind()1380 final boolean allowIngestBehind); in setAllowIngestBehind() argument1381 private native boolean allowIngestBehind(final long handle); in allowIngestBehind() method in DBOptions
1456 T setAllowIngestBehind(final boolean allowIngestBehind); in setAllowIngestBehind() argument1464 boolean allowIngestBehind(); in allowIngestBehind() method
1147 public Options setAllowIngestBehind(final boolean allowIngestBehind) { in setAllowIngestBehind() argument1149 setAllowIngestBehind(nativeHandle_, allowIngestBehind); in setAllowIngestBehind()1154 public boolean allowIngestBehind() { in allowIngestBehind() method in Options1156 return allowIngestBehind(nativeHandle_); in allowIngestBehind()1999 final boolean allowIngestBehind); in setAllowIngestBehind() argument2000 private native boolean allowIngestBehind(final long handle); in allowIngestBehind() method in Options
735 public void allowIngestBehind() { in allowIngestBehind() method in DBOptionsTest737 assertThat(opt.allowIngestBehind()).isFalse(); in allowIngestBehind()739 assertThat(opt.allowIngestBehind()).isTrue(); in allowIngestBehind()
955 public void allowIngestBehind() { in allowIngestBehind() method in OptionsTest957 assertThat(opt.allowIngestBehind()).isFalse(); in allowIngestBehind()959 assertThat(opt.allowIngestBehind()).isTrue(); in allowIngestBehind()