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 TransientSnapshotModifier and TypeMethodDescriptionTransientSnapshot.withLastFollowupEventPosition(long followupEventPosition) A snapshot is only valid if the accompanying logstream has events from processedPosition up to the last followup event position.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, boolean forceSnapshot) 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 TransientSnapshotModifier and TypeMethodDescriptionFileBasedTransientSnapshot.withLastFollowupEventPosition(long lastFollowupEventPosition) 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, boolean forceSnapshot) FileBasedSnapshotStoreImpl.newTransientSnapshot(long index, long term, long processedPosition, long exportedPosition, boolean forceSnapshot)