Uses of Interface
io.camunda.zeebe.snapshots.SnapshotId
Packages that use SnapshotId
-
Uses of SnapshotId in io.camunda.zeebe.snapshots
Methods in io.camunda.zeebe.snapshots that return SnapshotIdModifier and TypeMethodDescriptionPersistableSnapshot.snapshotId()PersistedSnapshot.snapshotId()Methods in io.camunda.zeebe.snapshots with parameters of type SnapshotIdModifier and TypeMethodDescriptiondefault intSnapshotId.compareTo(SnapshotId other) A snapshot is considered "lower" if its index is less then the other, if they are equal then the processed positions are compared, and then exported positions are compared. -
Uses of SnapshotId in io.camunda.zeebe.snapshots.impl
Classes in io.camunda.zeebe.snapshots.impl that implement SnapshotIdMethods in io.camunda.zeebe.snapshots.impl that return SnapshotIdModifier and TypeMethodDescriptionFileBasedReceivedSnapshot.snapshotId()FileBasedSnapshot.snapshotId()FileBasedTransientSnapshot.snapshotId()