Interface SnapshotSenderService
- All Superinterfaces:
AsyncClosable,SnapshotTransferService
- All Known Implementing Classes:
SnapshotTransferServiceImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.snapshots.transfer.SnapshotTransferService
SnapshotTransferService.TakeSnapshot -
Method Summary
Modifier and TypeMethodDescriptiondeleteSnapshots(int partitionId) Delete the underlying snapshot for bootstrap and terminate all pending transfersMethods inherited from interface io.camunda.zeebe.scheduler.AsyncClosable
closeAsyncMethods inherited from interface io.camunda.zeebe.snapshots.transfer.SnapshotTransferService
getLatestSnapshot, getNextChunk
-
Method Details
-
deleteSnapshots
Delete the underlying snapshot for bootstrap and terminate all pending transfers- Parameters:
partitionId- the partition for which to delete snapshots
-