Home
last modified time | relevance | path

Searched refs:manifestPreallocationSize (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDBOptions.java565 public long manifestPreallocationSize() { in manifestPreallocationSize() method in DBOptions
567 return manifestPreallocationSize(nativeHandle_); in manifestPreallocationSize()
1267 private native long manifestPreallocationSize(long handle); in manifestPreallocationSize() method in DBOptions
DDBOptionsInterface.java727 long manifestPreallocationSize(); in manifestPreallocationSize() method
DOptions.java643 public long manifestPreallocationSize() { in manifestPreallocationSize() method in Options
645 return manifestPreallocationSize(nativeHandle_); in manifestPreallocationSize()
1886 private native long manifestPreallocationSize(long handle); in manifestPreallocationSize() method in Options
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DDBOptionsTest.java341 public void manifestPreallocationSize() throws RocksDBException { in manifestPreallocationSize() method in DBOptionsTest
345 assertThat(opt.manifestPreallocationSize()).isEqualTo(longValue); in manifestPreallocationSize()
DOptionsTest.java559 public void manifestPreallocationSize() throws RocksDBException { in manifestPreallocationSize() method in OptionsTest
563 assertThat(opt.manifestPreallocationSize()). in manifestPreallocationSize()