Interface SnapshotTransferService.TakeSnapshot

Enclosing interface:
SnapshotTransferService

public static interface SnapshotTransferService.TakeSnapshot
  • Method Summary

    Modifier and Type
    Method
    Description
    takeSnapshot(long lastProcessedPosition)
    Take a snapshot of a partition.
  • Method Details

    • takeSnapshot

      ActorFuture<PersistedSnapshot> takeSnapshot(long lastProcessedPosition)
      Take a snapshot of a partition. The snapshot returned must have processed at least
      Parameters:
      lastProcessedPosition - the minimum value for lastProcessedPosition in the snapshot
      Returns:
      a future with the persisted snapshot