Home
last modified time | relevance | path

Searched defs:bottommostCompressionType (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DColumnFamilyOptionsInterface.java387 final CompressionType bottommostCompressionType); in setBottommostCompressionType()
398 CompressionType bottommostCompressionType(); in bottommostCompressionType() method
DColumnFamilyOptions.java319 final CompressionType bottommostCompressionType) { in setBottommostCompressionType()
326 public CompressionType bottommostCompressionType() { in bottommostCompressionType() method in ColumnFamilyOptions
867 byte bottommostCompressionType); in setBottommostCompressionType()
868 private native byte bottommostCompressionType(long handle); in bottommostCompressionType() method in ColumnFamilyOptions
DOptions.java1322 final CompressionType bottommostCompressionType) { in setBottommostCompressionType()
1329 public CompressionType bottommostCompressionType() { in bottommostCompressionType() method in Options
2046 byte bottommostCompressionType); in setBottommostCompressionType()
2047 private native byte bottommostCompressionType(long handle); in bottommostCompressionType() method in Options
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DColumnFamilyOptionsTest.java453 public void bottommostCompressionType() { in bottommostCompressionType() method in ColumnFamilyOptionsTest
DOptionsTest.java1079 public void bottommostCompressionType() { in bottommostCompressionType() method in OptionsTest