Uses of Class
io.camunda.zeebe.snapshots.SnapshotException
Packages that use SnapshotException
-
Uses of SnapshotException in io.camunda.zeebe.snapshots
Subclasses of SnapshotException in io.camunda.zeebe.snapshotsModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classMethods in io.camunda.zeebe.snapshots that return types with arguments of type SnapshotExceptionModifier and TypeMethodDescriptionConstructableSnapshotStore.newTransientSnapshot(long index, long term, long processedPosition, long exportedPosition) Starts a new transient snapshot which can be persisted after the snapshot was taken. -
Uses of SnapshotException in io.camunda.zeebe.snapshots.impl
Methods in io.camunda.zeebe.snapshots.impl that return types with arguments of type SnapshotExceptionModifier and TypeMethodDescriptionFileBasedSnapshotStore.newTransientSnapshot(long index, long term, long processedPosition, long exportedPosition)