Class SecondaryIndexWriter

java.lang.Object
org.yamcs.yarch.rocksdb.SecondaryIndexWriter

public class SecondaryIndexWriter extends Object
Writes secondary index for one table.

Each secondary index has its own tbsIndex.

The key is composed of a combination of secondary index columns and primary key. The value is the tbsIndex followed by the partition directory (if any)

  • Constructor Details

  • Method Details

    • getTbsIndex

      public int getTbsIndex()