Verwendungen von Schnittstelle
de.dlr.proseo.storagemgr.model.Storage
Packages, die Storage verwenden
Package
Beschreibung
Top-level classes 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 Storage in de.dlr.proseo.storagemgr
Methoden in de.dlr.proseo.storagemgr, die Storage zurückgebenModifizierer und TypMethodeBeschreibungStorageProvider.getStorage()
Gets the current storage instance.StorageProvider.getStorage
(StorageType storageType) Gets the desired storage instance based on the specified storage type.StorageProvider.getStorage
(String absolutePath) Gets the storage instance based on the specified absolute path.StorageProvider.setStorage
(StorageType storageType) Sets the default storage type and creates the corresponding storage instance. -
Verwendungen von Storage in de.dlr.proseo.storagemgr.posix
Klassen in de.dlr.proseo.storagemgr.posix, die Storage implementierenModifizierer und TypKlasseBeschreibungclass
An implementation of the Storage interface for a POSIX-based file system, providing functionality to interact with the storage system, that is retrieving information about the storage, performing file operations, and path conversion. -
Verwendungen von Storage in de.dlr.proseo.storagemgr.s3
Klassen in de.dlr.proseo.storagemgr.s3, die Storage implementierenModifizierer und TypKlasseBeschreibungclass
An implementation of the Storage interface for a S3-based file system, providing functionality to interact with the storage system, that is retrieving information about the storage, performing file operations, and path conversion.