Interface SnapshotTransferService.TakeSnapshot
- Enclosing interface:
SnapshotTransferService
public static interface SnapshotTransferService.TakeSnapshot
-
Method Summary
Modifier and TypeMethodDescriptiontakeSnapshot(long lastProcessedPosition) Take a snapshot of a partition.
-
Method Details
-
takeSnapshot
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
-