Uses of Interface
io.camunda.zeebe.backup.api.BackupIdentifier
Packages that use BackupIdentifier
-
Uses of BackupIdentifier in io.camunda.zeebe.backup.api
Methods in io.camunda.zeebe.backup.api that return BackupIdentifierMethods in io.camunda.zeebe.backup.api with parameters of type BackupIdentifierModifier and TypeMethodDescriptionBackupStore.delete(BackupIdentifier id) Delete all state related to the backup from the storage.BackupStore.getStatus(BackupIdentifier id) Returns the status of the backupBackupStore.markFailed(BackupIdentifier id, String failureReason) Marks the backup as failed.booleanBackupIdentifierWildcard.matches(BackupIdentifier id) Predicate that tries to match an id to this wildcard.BackupStore.restore(BackupIdentifier id, Path targetFolder) Restores the backup -
Uses of BackupIdentifier in io.camunda.zeebe.backup.common
Classes in io.camunda.zeebe.backup.common that implement BackupIdentifierMethods in io.camunda.zeebe.backup.common that return BackupIdentifierModifier and TypeMethodDescriptionBackupImpl.id()Returns the value of theidrecord component.BackupStatusImpl.id()Returns the value of theidrecord component.Methods in io.camunda.zeebe.backup.common with parameters of type BackupIdentifierModifier and TypeMethodDescriptionstatic BackupStatusImplBackupStatusImpl.doesNotExist(BackupIdentifier id) static BackupIdentifierImplBackupIdentifierImpl.from(BackupIdentifier id) booleanBackupIdentifierWildcardImpl.matches(BackupIdentifier id) Constructors in io.camunda.zeebe.backup.common with parameters of type BackupIdentifierModifierConstructorDescriptionBackupImpl(BackupIdentifier id, BackupDescriptor descriptor, NamedFileSet snapshot, NamedFileSet segments) Creates an instance of aBackupImplrecord class.BackupStatusImpl(BackupIdentifier id, Optional<BackupDescriptor> descriptor, BackupStatusCode statusCode, Optional<String> failureReason, Optional<Instant> created, Optional<Instant> lastModified) Creates an instance of aBackupStatusImplrecord class.