Uses of Interface
io.camunda.zeebe.backup.api.NamedFileSet
Packages that use NamedFileSet
-
Uses of NamedFileSet in io.camunda.zeebe.backup.api
Methods in io.camunda.zeebe.backup.api that return NamedFileSet -
Uses of NamedFileSet in io.camunda.zeebe.backup.common
Classes in io.camunda.zeebe.backup.common that implement NamedFileSetMethods in io.camunda.zeebe.backup.common that return NamedFileSetModifier and TypeMethodDescriptionBackupImpl.segments()Returns the value of thesegmentsrecord component.BackupImpl.snapshot()Returns the value of thesnapshotrecord component.Constructors in io.camunda.zeebe.backup.common with parameters of type NamedFileSetModifierConstructorDescriptionBackupImpl(BackupIdentifier id, BackupDescriptor descriptor, NamedFileSet snapshot, NamedFileSet segments) Creates an instance of aBackupImplrecord class.