Uses of Interface
io.camunda.zeebe.snapshots.PersistedSnapshot
Packages that use PersistedSnapshot
-
Uses of PersistedSnapshot in io.camunda.zeebe.snapshots
Methods in io.camunda.zeebe.snapshots that return types with arguments of type PersistedSnapshotModifier and TypeMethodDescriptionPersistedSnapshotStore.getAvailableSnapshots()Returns a set of all available snapshots.PersistedSnapshotStore.getLatestSnapshot()PersistableSnapshot.persist()Persists the snapshot with all his data and returns the representation of this snapshot.Methods in io.camunda.zeebe.snapshots with parameters of type PersistedSnapshotModifier and TypeMethodDescriptionvoidPersistedSnapshotListener.onNewSnapshot(PersistedSnapshot newPersistedSnapshot) Is called when a newPersistedSnapshotwas persisted. -
Uses of PersistedSnapshot in io.camunda.zeebe.snapshots.impl
Classes in io.camunda.zeebe.snapshots.impl that implement PersistedSnapshotMethods in io.camunda.zeebe.snapshots.impl that return types with arguments of type PersistedSnapshotModifier and TypeMethodDescriptionFileBasedSnapshotStore.getAvailableSnapshots()FileBasedSnapshotStore.getLatestSnapshot()FileBasedReceivedSnapshot.persist()FileBasedTransientSnapshot.persist()