Package io.camunda.zeebe.snapshots
Interface RestorableSnapshotStore
- All Known Implementing Classes:
FileBasedSnapshotStore
public interface RestorableSnapshotStore
-
Method Summary
-
Method Details
-
restore
Restores the snapshot by moving the snapshotFiles to the snapshotDirectory.WARN. Implementation of this method can be not thread safe.
- Parameters:
snapshotId-snapshotFiles-- Throws:
IOException
-