Uses of Interface
io.camunda.zeebe.db.ZeebeDb
Packages that use ZeebeDb
Package
Description
-
Uses of ZeebeDb in io.camunda.zeebe.db
Methods in io.camunda.zeebe.db that return ZeebeDbModifier and TypeMethodDescriptionCreates a zeebe database in the given directory.ZeebeDbFactory.openSnapshotOnlyDb(File path) Opens an existing DB in read-only mode for the sole purpose of creating snapshots from it. -
Uses of ZeebeDb in io.camunda.zeebe.db.impl.rocksdb
Methods in io.camunda.zeebe.db.impl.rocksdb that return ZeebeDbConstructor parameters in io.camunda.zeebe.db.impl.rocksdb with type arguments of type ZeebeDbModifierConstructorDescriptionZeebeRocksDBMetricExporter(String partition, Supplier<ZeebeDb<ColumnFamilyType>> databaseSupplier) -
Uses of ZeebeDb in io.camunda.zeebe.db.impl.rocksdb.transaction
Classes in io.camunda.zeebe.db.impl.rocksdb.transaction that implement ZeebeDbModifier and TypeClassDescriptionclassZeebeTransactionDb<ColumnFamilyNames extends Enum<ColumnFamilyNames>>