Searched refs:manifestPreallocationSize (Results 1 – 5 of 5) sorted by relevance
565 public long manifestPreallocationSize() { in manifestPreallocationSize() method in DBOptions567 return manifestPreallocationSize(nativeHandle_); in manifestPreallocationSize()1267 private native long manifestPreallocationSize(long handle); in manifestPreallocationSize() method in DBOptions
727 long manifestPreallocationSize(); in manifestPreallocationSize() method
643 public long manifestPreallocationSize() { in manifestPreallocationSize() method in Options645 return manifestPreallocationSize(nativeHandle_); in manifestPreallocationSize()1886 private native long manifestPreallocationSize(long handle); in manifestPreallocationSize() method in Options
341 public void manifestPreallocationSize() throws RocksDBException { in manifestPreallocationSize() method in DBOptionsTest345 assertThat(opt.manifestPreallocationSize()).isEqualTo(longValue); in manifestPreallocationSize()
559 public void manifestPreallocationSize() throws RocksDBException { in manifestPreallocationSize() method in OptionsTest563 assertThat(opt.manifestPreallocationSize()). in manifestPreallocationSize()