Uses of Interface
de.dlr.proseo.storagemgr.model.AtomicCommand
Packages that use AtomicCommand
Package
Description
Classes and interfaces holding information about storages and interactions
with them for the prosEO Storage Manager component
POSIX-related classes for the prosEO Storage Manager component
S3-related classes for the prosEO Storage Manager component
-
Uses of AtomicCommand in de.dlr.proseo.storagemgr.model
Constructors in de.dlr.proseo.storagemgr.model with parameters of type AtomicCommandModifierConstructorDescriptionDefaultRetryStrategy(AtomicCommand<T> atomicCommand, int maxAttempts, long waitTime) The constructor initializes the retry strategy with the atomic command to be executed, the maximum number of attempts, and the wait time between each attempt. -
Uses of AtomicCommand in de.dlr.proseo.storagemgr.posix
Classes in de.dlr.proseo.storagemgr.posix that implement AtomicCommandModifier and TypeClassDescriptionclassPosix Atomic File Copier from some POSIX absolute path to another POSIX absolute path (normally, to cache)classPosix Atomic File Downloader from the POSIX Storage to some POSIX Path (normally, to the cache)classPosix Atomic File Uploader from some external POSIX absolute path to the POSIX Storage -
Uses of AtomicCommand in de.dlr.proseo.storagemgr.s3
Classes in de.dlr.proseo.storagemgr.s3 that implement AtomicCommandModifier and TypeClassDescriptionclassS3 Atomic Bucket CreatorclassS3 Atomic Bucket DeleterclassS3 Atomic Bucket List GetterclassS3 Atomic File Content GetterclassS3 Atomic File GetterclassS3 Atomic File DownloaderclassS3 Atomic File Exists GetterclassS3 Atomic File List DeleterclassS3 Atomic File GetterclassS3 Atomic File Size GetterclassS3 Atomic UploaderclassS3 Atomic UploaderclassThis class implements the AtomicCommand interface to get an input stream of an S3 file.