Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDBOptions.java557 public DBOptions setManifestPreallocationSize( in setManifestPreallocationSize() method in DBOptions
560 setManifestPreallocationSize(nativeHandle_, size); in setManifestPreallocationSize()
1265 private native void setManifestPreallocationSize( in setManifestPreallocationSize() method in DBOptions
DDBOptionsInterface.java717 T setManifestPreallocationSize(long size); in setManifestPreallocationSize() method
DOptions.java649 public Options setManifestPreallocationSize(final long size) { in setManifestPreallocationSize() method in Options
651 setManifestPreallocationSize(nativeHandle_, size); in setManifestPreallocationSize()
1884 private native void setManifestPreallocationSize( in setManifestPreallocationSize() method in Options
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DDBOptionsTest.java344 opt.setManifestPreallocationSize(longValue); in manifestPreallocationSize()
DOptionsTest.java562 opt.setManifestPreallocationSize(longValue); in manifestPreallocationSize()