Package org.yamcs.yarch.rocksdb
Class RdbTable
java.lang.Object
org.yamcs.yarch.Table
org.yamcs.yarch.rocksdb.RdbTable
Holds together the RDB properties related to one table.
-
Field Summary
Fields inherited from class org.yamcs.yarch.Table
tableDefinition
-
Constructor Summary
ConstructorDescriptionRdbTable
(String yamcsInstance, Tablespace tablespace, TableDefinition tblDef, int tbsIndex, String cfName) -
Method Summary
Modifier and TypeMethodDescriptioncfName()
createAndGetHistogram
(long instant, String columnName) Methods inherited from class org.yamcs.yarch.Table
getDefinition, getName
-
Constructor Details
-
RdbTable
public RdbTable(String yamcsInstance, Tablespace tablespace, TableDefinition tblDef, int tbsIndex, String cfName)
-
-
Method Details
-
getTablespace
-
getPartitionManager
-
getHistogramWriter
-
getSecondaryIndexWriter
-
createAndGetHistogram
-
cfName
-