Uses of Package
io.camunda.zeebe.db
Packages that use io.camunda.zeebe.db
Package
Description
-
Classes in io.camunda.zeebe.db used by io.camunda.zeebe.dbClassDescriptionRepresents 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.Represents an Zeebe DB transaction, which can be committed or on error it can be rolled back. -
Classes in io.camunda.zeebe.db used by io.camunda.zeebe.db.implClassDescriptionThe key which is used to store a value.The value which should be stored together with a key.
-
Classes in io.camunda.zeebe.db used by io.camunda.zeebe.db.impl.rocksdbClassDescriptionThe zeebe database, to store key value pairs in different column families.Represents the zeebe database factory.
-
Classes in io.camunda.zeebe.db used by io.camunda.zeebe.db.impl.rocksdb.transactionClassDescriptionRepresents 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 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.Represents an Zeebe DB transaction, which can be committed or on error it can be rolled back.