Uses of Interface
io.camunda.zeebe.snapshots.TransientSnapshot
Packages that use TransientSnapshot
-
Uses of TransientSnapshot in io.camunda.zeebe.snapshots
Methods in io.camunda.zeebe.snapshots that return types with arguments of type TransientSnapshotModifier 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 TransientSnapshot in io.camunda.zeebe.snapshots.impl
Classes in io.camunda.zeebe.snapshots.impl that implement TransientSnapshotModifier and TypeClassDescriptionfinal classRepresents a pending snapshot, that is a snapshot in the process of being written and has not yet been committed to the store.Methods in io.camunda.zeebe.snapshots.impl that return types with arguments of type TransientSnapshotModifier and TypeMethodDescriptionFileBasedSnapshotStore.newTransientSnapshot(long index, long term, long processedPosition, long exportedPosition)