Package io.camunda.zeebe.db
package io.camunda.zeebe.db
-
ClassDescriptionRepresents an column family, where it is possible to store keys of type
ColumnFamilyand corresponding values of typeColumnFamily.The key which is used to store a value.The value which should be stored together with a key.Represents an function that accepts a zeebe key value pair and produces an primitive boolean as result.Represents the transaction context to interact with the database in a transaction.One or multiple operations which are executed during an open transaction.The zeebe database, to store key value pairs in different column families.Wraps the exceptions which are thrown by the database implementation.ZeebeDbFactory<ColumnFamilyNames extends Enum<ColumnFamilyNames>>Represents the zeebe database factory.Represents an Zeebe DB transaction, which can be committed or on error it can be rolled back.