Verwendungen von Schnittstelle
de.dlr.proseo.storagemgr.model.AtomicCommand
Packages, die AtomicCommand verwenden
Package
Beschreibung
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
-
Verwendungen von AtomicCommand in de.dlr.proseo.storagemgr.model
Konstruktoren in de.dlr.proseo.storagemgr.model mit Parametern vom Typ AtomicCommandModifiziererKonstruktorBeschreibungDefaultRetryStrategy
(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. -
Verwendungen von AtomicCommand in de.dlr.proseo.storagemgr.posix
Klassen in de.dlr.proseo.storagemgr.posix, die AtomicCommand implementierenModifizierer und TypKlasseBeschreibungclass
Posix Atomic File Copier from some POSIX absolute path to another POSIX absolute path (normally, to cache)class
Posix Atomic File Downloader from the POSIX Storage to some POSIX Path (normally, to the cache)class
Posix Atomic File Uploader from some external POSIX absolute path to the POSIX Storage -
Verwendungen von AtomicCommand in de.dlr.proseo.storagemgr.s3
Klassen in de.dlr.proseo.storagemgr.s3, die AtomicCommand implementierenModifizierer und TypKlasseBeschreibungclass
S3 Atomic Bucket Creatorclass
S3 Atomic Bucket Deleterclass
S3 Atomic Bucket List Getterclass
S3 Atomic File Content Getterclass
S3 Atomic File Getterclass
S3 Atomic File Downloaderclass
S3 Atomic File Exists Getterclass
S3 Atomic File List Deleterclass
S3 Atomic File Getterclass
S3 Atomic File Size Getterclass
S3 Atomic Uploaderclass
This class implements the AtomicCommand interface to get an input stream of an S3 file.class
S3 Atomic Synchro Uploader