All Classes and Interfaces

Class
Description
Represents an column family, where it is possible to store keys of type ColumnFamily and corresponding values of type ColumnFamily.
 
 
 
 
 
Wraps a key from a given column family.
 
 
The key which is used to store a value.
 
 
 
The value which should be stored together with a key.
Contains only one column family DefaultColumnFamily.DEFAULT, which can be used for tests or simple databases.
 
Similar to TransactionalColumnFamily but supports lookups on arbitrary column families.
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.
Represents the zeebe database factory.
 
Represents an Zeebe DB transaction, which can be committed or on error it can be rolled back.
 
This class exports metrics for a RocksDB instance to Prometheus.