Searched refs:compactionReadaheadSize (Results 1 – 8 of 8) sorted by relevance
242 final long compactionReadaheadSize) { in setCompactionReadaheadSize() argument243 setCompactionReadaheadSize(nativeHandle_, compactionReadaheadSize); in setCompactionReadaheadSize()252 public long compactionReadaheadSize() { in compactionReadaheadSize() method in EnvOptions254 return compactionReadaheadSize(nativeHandle_); in compactionReadaheadSize()355 final long handle, final long compactionReadaheadSize); in setCompactionReadaheadSize() argument356 private native long compactionReadaheadSize(final long handle); in compactionReadaheadSize() method in EnvOptions
428 T setCompactionReadaheadSize(final long compactionReadaheadSize); in setCompactionReadaheadSize() argument442 long compactionReadaheadSize(); in compactionReadaheadSize() method
315 final long compactionReadaheadSize) { in setCompactionReadaheadSize() argument317 compactionReadaheadSize); in setCompactionReadaheadSize()321 public long compactionReadaheadSize() { in compactionReadaheadSize() method in MutableDBOptions.MutableDBOptionsBuilder
765 public DBOptions setCompactionReadaheadSize(final long compactionReadaheadSize) { in setCompactionReadaheadSize() argument767 setCompactionReadaheadSize(nativeHandle_, compactionReadaheadSize); in setCompactionReadaheadSize()772 public long compactionReadaheadSize() { in compactionReadaheadSize() method in DBOptions774 return compactionReadaheadSize(nativeHandle_); in compactionReadaheadSize()1311 final long compactionReadaheadSize); in setCompactionReadaheadSize() argument1312 private native long compactionReadaheadSize(final long handle); in compactionReadaheadSize() method in DBOptions
843 public Options setCompactionReadaheadSize(final long compactionReadaheadSize) { in setCompactionReadaheadSize() argument845 setCompactionReadaheadSize(nativeHandle_, compactionReadaheadSize); in setCompactionReadaheadSize()850 public long compactionReadaheadSize() { in compactionReadaheadSize() method in Options852 return compactionReadaheadSize(nativeHandle_); in compactionReadaheadSize()1930 final long compactionReadaheadSize); in setCompactionReadaheadSize() argument1931 private native long compactionReadaheadSize(final long handle); in compactionReadaheadSize() method in Options
23 final long compactionReadaheadSize = 4 * 1024 * 1024; in dbOptionsConstructor() local25 .setCompactionReadaheadSize(compactionReadaheadSize)) { in dbOptionsConstructor()27 assertThat(envOptions.compactionReadaheadSize()) in dbOptionsConstructor()28 .isEqualTo(compactionReadaheadSize); in dbOptionsConstructor()106 public void compactionReadaheadSize() { in compactionReadaheadSize() method in EnvOptionsTest110 assertThat(envOptions.compactionReadaheadSize()).isEqualTo(intValue); in compactionReadaheadSize()
487 public void compactionReadaheadSize() { in compactionReadaheadSize() method in DBOptionsTest491 assertThat(opt.compactionReadaheadSize()).isEqualTo(longValue); in compactionReadaheadSize()
706 public void compactionReadaheadSize() { in compactionReadaheadSize() method in OptionsTest710 assertThat(opt.compactionReadaheadSize()).isEqualTo(longValue); in compactionReadaheadSize()