Package io.camunda.zeebe.backup.api
Interface BackupIdentifierWildcard
- All Known Implementing Classes:
BackupIdentifierWildcardImpl
public interface BackupIdentifierWildcard
Similar to
BackupIdentifier but fields that are omitted should be interpreted as a
wildcard.-
Method Summary
Modifier and TypeMethodDescriptionbooleanPredicate that tries to match an id to this wildcard.nodeId()
-
Method Details
-
nodeId
- Returns:
- id of the broker which took this backup.
-
partitionId
- Returns:
- id of the partition of which the backup is taken
-
checkpointId
- Returns:
- id of the checkpoint included in the backup
-
matches
Predicate that tries to match an id to this wildcard.- Returns:
- true if the given id matches the wildcard, otherwise false.
-