Uses of Interface
io.camunda.zeebe.broker.system.partitions.AtomixRecordEntrySupplier
-
Packages that use AtomixRecordEntrySupplier Package Description io.camunda.zeebe.broker.system.partitions.impl -
-
Uses of AtomixRecordEntrySupplier in io.camunda.zeebe.broker.system.partitions.impl
Classes in io.camunda.zeebe.broker.system.partitions.impl that implement AtomixRecordEntrySupplier Modifier and Type Class Description classAtomixRecordEntrySupplierImplConstructors in io.camunda.zeebe.broker.system.partitions.impl with parameters of type AtomixRecordEntrySupplier Constructor Description StateControllerImpl(int partitionId, ZeebeDbFactory zeebeDbFactory, ConstructableSnapshotStore constructableSnapshotStore, ReceivableSnapshotStore receivableSnapshotStore, Path runtimeDirectory, SnapshotReplication replication, AtomixRecordEntrySupplier entrySupplier, ToLongFunction<ZeebeDb> exporterPositionSupplier)
-