Home
last modified time | relevance | path

Searched refs:TableFormatConfig (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DColumnFamilyOptionsInterface.java359 TableFormatConfig tableFormatConfig(); in tableFormatConfig()
367 T setTableFormatConfig(TableFormatConfig config); in setTableFormatConfig()
DTableFormatConfig.java13 public abstract class TableFormatConfig { class
DColumnFamilyOptions.java560 public TableFormatConfig tableFormatConfig() { in tableFormatConfig()
566 final TableFormatConfig tableFormatConfig) { in setTableFormatConfig()
991 private TableFormatConfig tableFormatConfig_;
DPlainTableConfig.java15 public class PlainTableConfig extends TableFormatConfig {
DBlockBasedTableConfig.java13 public class BlockBasedTableConfig extends TableFormatConfig {
DOptions.java1253 public TableFormatConfig tableFormatConfig() { in tableFormatConfig()
1258 public Options setTableFormatConfig(final TableFormatConfig config) { in setTableFormatConfig()
2170 private TableFormatConfig tableFormatConfig_;
/rocksdb-6.9/java/
DCMakeLists.txt213 src/main/java/org/rocksdb/TableFormatConfig.java
453 org.rocksdb.TableFormatConfig