Package io.camunda.zeebe.backup.api
Interface Backup
- All Known Implementing Classes:
BackupImpl
public interface Backup
Represents a backup
-
Method Details
-
id
BackupIdentifier id()- Returns:
- the backup identifier
-
descriptor
BackupDescriptor descriptor()- Returns:
- the backup descriptor which contains additional information about the backup
-
snapshot
NamedFileSet snapshot()- Returns:
- the set of snapshot files
-
segments
NamedFileSet segments()- Returns:
- the set of segment files
-