Uses of Interface
io.camunda.zeebe.db.ColumnFamily
Packages that use ColumnFamily
-
Uses of ColumnFamily in io.camunda.zeebe.db
Methods in io.camunda.zeebe.db that return ColumnFamilyModifier and TypeMethodDescription<KeyType extends DbKey,ValueType extends DbValue>
ColumnFamily<KeyType,ValueType> ZeebeDb.createColumnFamily(ColumnFamilyType columnFamily, TransactionContext context, KeyType keyInstance, ValueType valueInstance) Creates an instance of a specific column family to access and store key-value pairs in that column family. -
Uses of ColumnFamily in io.camunda.zeebe.db.impl.rocksdb.transaction
Methods in io.camunda.zeebe.db.impl.rocksdb.transaction that return ColumnFamilyModifier and TypeMethodDescription<KeyType extends DbKey,ValueType extends DbValue>
ColumnFamily<KeyType,ValueType> ZeebeTransactionDb.createColumnFamily(ColumnFamilyNames columnFamily, TransactionContext context, KeyType keyInstance, ValueType valueInstance)