Package io.camunda.zeebe.backup.api
Interface BackupIdentifier
- All Known Implementing Classes:
BackupIdentifierImpl
public interface BackupIdentifier
Uniquely identifies a backup stored in the BackupStore.
-
Method Summary
-
Method Details
-
nodeId
int nodeId()- Returns:
- id of the broker which took this backup
-
partitionId
int partitionId()- Returns:
- id of the partition of which the backup is taken
-
checkpointId
long checkpointId()- Returns:
- id of the checkpoint included in the backup
-