Uses of Interface
io.camunda.zeebe.snapshots.PersistedSnapshotStore
Packages that use PersistedSnapshotStore
Package
Description
-
Uses of PersistedSnapshotStore in io.camunda.zeebe.snapshots
Subinterfaces of PersistedSnapshotStore in io.camunda.zeebe.snapshotsModifier and TypeInterfaceDescriptioninterfaceA persisted snapshot store than can create a new snapshot and persists it.interface -
Uses of PersistedSnapshotStore in io.camunda.zeebe.snapshots.impl
Classes in io.camunda.zeebe.snapshots.impl that implement PersistedSnapshotStore -
Uses of PersistedSnapshotStore in io.camunda.zeebe.snapshots.transfer
Constructors in io.camunda.zeebe.snapshots.transfer with parameters of type PersistedSnapshotStoreModifierConstructorDescriptionSnapshotTransferServiceImpl(PersistedSnapshotStore snapshotStore, SnapshotTransferService.TakeSnapshot takeSnapshot, int partitionId, BiConsumer<Path, Path> copyForBootstrap, ConcurrencyControl concurrency)