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