Home
last modified time | relevance | path

Searched refs:tableFormatConfig (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DColumnFamilyOptions.java560 public TableFormatConfig tableFormatConfig() { in tableFormatConfig() method in ColumnFamilyOptions
566 final TableFormatConfig tableFormatConfig) { in setTableFormatConfig() argument
567 setTableFactory(nativeHandle_, tableFormatConfig.newTableFactoryHandle()); in setTableFormatConfig()
568 this.tableFormatConfig_ = tableFormatConfig; in setTableFormatConfig()
DColumnFamilyOptionsInterface.java359 TableFormatConfig tableFormatConfig(); in tableFormatConfig() method
DOptions.java1253 public TableFormatConfig tableFormatConfig() { in tableFormatConfig() method in Options