Uses of Record Class
io.camunda.zeebe.backup.s3.manifest.FileSet
Packages that use FileSet
-
Uses of FileSet in io.camunda.zeebe.backup.s3.manifest
Methods in io.camunda.zeebe.backup.s3.manifest that return FileSetModifier and TypeMethodDescriptionstatic FileSetFileSet.empty()CompletedBackupManifest.segmentFiles()Returns the value of thesegmentFilesrecord component.FailedBackupManifest.segmentFiles()Returns the value of thesegmentFilesrecord component.InProgressBackupManifest.segmentFiles()Returns the value of thesegmentFilesrecord component.CompletedBackupManifest.snapshotFiles()Returns the value of thesnapshotFilesrecord component.FailedBackupManifest.snapshotFiles()Returns the value of thesnapshotFilesrecord component.InProgressBackupManifest.snapshotFiles()Returns the value of thesnapshotFilesrecord component.static FileSetFileSet.withoutMetadata(Set<String> fileNames) Constructs aFileSetbased on a list of files names.Methods in io.camunda.zeebe.backup.s3.manifest with parameters of type FileSetModifier and TypeMethodDescriptionInProgressBackupManifest.asCompleted(FileSet snapshot, FileSet segments) Constructors in io.camunda.zeebe.backup.s3.manifest with parameters of type FileSetModifierConstructorDescriptionCompletedBackupManifest(BackupIdentifierImpl id, BackupDescriptorImpl descriptor, FileSet snapshotFiles, FileSet segmentFiles, Instant createdAt, Instant modifiedAt) Creates an instance of aCompletedBackupManifestrecord class.FailedBackupManifest(BackupIdentifierImpl id, Optional<BackupDescriptorImpl> descriptor, String failureReason, FileSet snapshotFiles, FileSet segmentFiles, Instant createdAt, Instant modifiedAt) Creates an instance of aFailedBackupManifestrecord class.InProgressBackupManifest(BackupIdentifierImpl id, BackupDescriptorImpl descriptor, FileSet snapshotFiles, FileSet segmentFiles, Instant createdAt, Instant modifiedAt) Creates an instance of aInProgressBackupManifestrecord class.