Home
last modified time | relevance | path

Searched refs:tableFormatConfig_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DColumnFamilyOptions.java47 this.tableFormatConfig_ = other.tableFormatConfig_; in ColumnFamilyOptions()
561 return this.tableFormatConfig_; in tableFormatConfig()
568 this.tableFormatConfig_ = tableFormatConfig; in setTableFormatConfig()
991 private TableFormatConfig tableFormatConfig_; field in ColumnFamilyOptions
DOptions.java68 this.tableFormatConfig_ = other.tableFormatConfig_; in Options()
1254 return this.tableFormatConfig_; in tableFormatConfig()
1259 tableFormatConfig_ = config; in setTableFormatConfig()
2170 private TableFormatConfig tableFormatConfig_; field in Options