Uses of Interface
io.camunda.zeebe.db.DbValue
Packages that use DbValue
Package
Description
-
Uses of DbValue in io.camunda.zeebe.db
Classes in io.camunda.zeebe.db with type parameters of type DbValueModifier and TypeInterfaceDescriptioninterfaceColumnFamily<KeyType extends DbKey,ValueType extends DbValue> Represents an column family, where it is possible to store keys of typeColumnFamilyand corresponding values of typeColumnFamily.interfaceKeyValuePairVisitor<KeyType extends DbKey,ValueType extends DbValue> Represents an function that accepts a zeebe key value pair and produces an primitive boolean as result.Methods in io.camunda.zeebe.db with type parameters of type DbValueModifier 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 DbValue in io.camunda.zeebe.db.impl
Classes in io.camunda.zeebe.db.impl that implement DbValue -
Uses of DbValue in io.camunda.zeebe.db.impl.rocksdb.transaction
Methods in io.camunda.zeebe.db.impl.rocksdb.transaction with type parameters of type DbValueModifier and TypeMethodDescription<KeyType extends DbKey,ValueType extends DbValue>
ColumnFamily<KeyType,ValueType> ZeebeTransactionDb.createColumnFamily(ColumnFamilyNames columnFamily, TransactionContext context, KeyType keyInstance, ValueType valueInstance) Methods in io.camunda.zeebe.db.impl.rocksdb.transaction with parameters of type DbValue