Uses of Interface
io.camunda.zeebe.backup.api.BackupDescriptor
Packages that use BackupDescriptor
-
Uses of BackupDescriptor in io.camunda.zeebe.backup.api
Methods in io.camunda.zeebe.backup.api that return BackupDescriptorMethods in io.camunda.zeebe.backup.api that return types with arguments of type BackupDescriptor -
Uses of BackupDescriptor in io.camunda.zeebe.backup.common
Classes in io.camunda.zeebe.backup.common that implement BackupDescriptorMethods in io.camunda.zeebe.backup.common that return BackupDescriptorModifier and TypeMethodDescriptionBackupImpl.descriptor()Returns the value of thedescriptorrecord component.Methods in io.camunda.zeebe.backup.common that return types with arguments of type BackupDescriptorModifier and TypeMethodDescriptionBackupStatusImpl.descriptor()Returns the value of thedescriptorrecord component.Methods in io.camunda.zeebe.backup.common with parameters of type BackupDescriptorModifier and TypeMethodDescriptionstatic BackupDescriptorImplBackupDescriptorImpl.from(BackupDescriptor descriptor) Constructors in io.camunda.zeebe.backup.common with parameters of type BackupDescriptorModifierConstructorDescriptionBackupImpl(BackupIdentifier id, BackupDescriptor descriptor, NamedFileSet snapshot, NamedFileSet segments) Creates an instance of aBackupImplrecord class.Constructor parameters in io.camunda.zeebe.backup.common with type arguments of type BackupDescriptorModifierConstructorDescriptionBackupStatusImpl(BackupIdentifier id, Optional<BackupDescriptor> descriptor, BackupStatusCode statusCode, Optional<String> failureReason, Optional<Instant> created, Optional<Instant> lastModified) Creates an instance of aBackupStatusImplrecord class.