Index

A B C D E F G H I J L M N P R S T U V 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form

A

addBasePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Adds a base path to the list of base paths used for relative paths.
addFSPrefix(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Adds a file system prefix to the path.
addFSPrefix(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Adds the file system prefix to the path.
addFSPrefix(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Adds the file system prefix to the path.
addFSPrefix(List<String>) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Adds a file system prefix and bucket to paths.
addFSPrefix(List<String>) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Adds the file system prefix to the paths.
addFSPrefix(List<String>) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Adds the file system prefix to paths.
addS3Prefix() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Adds the S3 prefix to the path.
addSlashAtBegin() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Adds a slash at the beginning of the path.
addSlashAtEnd() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Adds a slash at the end of the path.
AtomicCommand<T> - Schnittstelle in de.dlr.proseo.storagemgr.model
An interface for atomic operations or commands related to IO operations with storage systems.

B

backendPath - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.Posix
 
basePaths - Variable in Klasse de.dlr.proseo.storagemgr.StorageProvider
Base Paths are used to get relative path from absolute path
bucket - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.Joborder
 
bucketExists(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Checks if the bucket exists.
bucketExists(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Checks if the bucket exists.
bucketExists(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Checks if a bucket exists in the storage system.
bucketExists(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Checks if the bucket exists.

C

CacheFileStatus - Enum-Klasse in de.dlr.proseo.storagemgr.cache
Cache File Status shows the current status of the file in the cache storage and in the cache list
cachePath - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.Posix
 
clear() - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Clears all cache elements only (files remain on disk)
clear() - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache
Removes all elements from the cache
compare(Map.Entry<String, FileInfo>, Map.Entry<String, FileInfo>) - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache.SortByAccessedAsc
 
compare(Map.Entry<String, FileInfo>, Map.Entry<String, FileInfo>) - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache.SortByAccessedDesc
 
compare(Map.Entry<String, FileInfo>, Map.Entry<String, FileInfo>) - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache.SortBySizeAsc
 
compare(Map.Entry<String, FileInfo>, Map.Entry<String, FileInfo>) - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache.SortBySizeDesc
 
containsKey(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Checks if the cache contains the path.
containsKey(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache
Returns true if cache has an element with pathkey
convertToSlash() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Converts backslashes to slashes in the path.
copy(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Copies files or directories recursively from the posix file system to another posix file system (normally, to the cache)
copyAbsoluteFilesToCache(String, Long) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
 
copyFile(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Copies a file from the POSIX file system to another posix file system (normally, to the cache) location
createDirectories() - Methode in Klasse de.dlr.proseo.storagemgr.utils.FileUtils
Create path directories
createFile(String) - Methode in Klasse de.dlr.proseo.storagemgr.utils.FileUtils
Creates the file with the content
createParentDirectories() - Methode in Klasse de.dlr.proseo.storagemgr.utils.FileUtils
Create parent directories
createRestJoborder(RestJoborder) - Methode in Schnittstelle de.dlr.proseo.storagemgr.rest.JoborderController
Upload prosEO Job Order File for later use in a job
createRestJoborder(RestJoborder) - Methode in Klasse de.dlr.proseo.storagemgr.rest.JoborderControllerDecorator
Upload prosEO Job Order File for later use in a job
createRestJoborder(RestJoborder) - Methode in Klasse de.dlr.proseo.storagemgr.rest.JobOrderControllerImpl
Create a job order file with generic name out of base64 string contained in RestJoborder.
createRestProductFS(RestProductFS) - Methode in Schnittstelle de.dlr.proseo.storagemgr.rest.ProductController
Register products/files/dirs from unstructered storage in prosEO-storage
createRestProductFS(RestProductFS) - Methode in Klasse de.dlr.proseo.storagemgr.rest.ProductControllerDecorator
Register products/files/dirs from unstructered storage in prosEO-storage
createRestProductFS(RestProductFS) - Methode in Klasse de.dlr.proseo.storagemgr.rest.ProductControllerImpl
Copy a file from "ingest" file system to storage manager controlled prosEO cache.
createStorageFile(String, String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Physically creates a storage file.
createStorageFile(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Creates a physical storage file.
createStorageFile(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Creates the physical storage file.
createStorageFile(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Creates a physical file in the storage based on the relative path and content.

D

de.dlr.proseo.storagemgr - Package de.dlr.proseo.storagemgr
Top-level classes for the prosEO Storage Manager component
de.dlr.proseo.storagemgr.cache - Package de.dlr.proseo.storagemgr.cache
Cache classes for the prosEO Storage Manager component
de.dlr.proseo.storagemgr.Exceptions - Package de.dlr.proseo.storagemgr.Exceptions
Exception classes for the prosEO Storage Manager component
de.dlr.proseo.storagemgr.model - Package de.dlr.proseo.storagemgr.model
Classes and interfaces holding information about storages and interactions with them for the prosEO Storage Manager component
de.dlr.proseo.storagemgr.posix - Package de.dlr.proseo.storagemgr.posix
POSIX-related classes for the prosEO Storage Manager component
de.dlr.proseo.storagemgr.rest - Package de.dlr.proseo.storagemgr.rest
Classes implementing the REST interface for the prosEO Storage Manager component
de.dlr.proseo.storagemgr.rest.model - Package de.dlr.proseo.storagemgr.rest.model
 
de.dlr.proseo.storagemgr.s3 - Package de.dlr.proseo.storagemgr.s3
S3-related classes for the prosEO Storage Manager component
de.dlr.proseo.storagemgr.utils - Package de.dlr.proseo.storagemgr.utils
Utility classes for the prosEO Storage Manager component
DefaultRetryStrategy<T> - Klasse in de.dlr.proseo.storagemgr.model
A retry strategy for executing atomic operations.
DefaultRetryStrategy(AtomicCommand<T>, int, long) - Konstruktor für Klasse de.dlr.proseo.storagemgr.model.DefaultRetryStrategy
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.
delete() - Methode in Klasse de.dlr.proseo.storagemgr.utils.FileUtils
Delete the file or the directory with its sub-directories and contained files
delete(StorageFile) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Deletes a file or directory recursively from the storage.
delete(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Deletes the file or directory recursively from the storage.
delete(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Deletes the file or directory recursively from the storage.
delete(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Deletes a file or directory recursively from the storage.
delete(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Deletes file or directory in storage
delete(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Deletes the file or directory recursively from the storage.
delete(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Deletes a file or directory.
delete(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Deletes the file or directory recursively from the storage.
deleteBucket(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Deletes a bucket in the storage.
deleteBucket(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Deletes the bucket from the storage.
deleteBucket(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Deletes a bucket from the storage system.
deleteBucket(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Deletes the bucket in storage.
deleteCacheFileAndAuxPrefixFiles(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Deletes a cache file and logically connected auxiliary files from the disk
deleted - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
 
deleteEmptyDirectoriesToTop(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Deletes empty directories recursively in the direction of root
deleteEmptyDirectoriesToTop(String) - Methode in Klasse de.dlr.proseo.storagemgr.utils.FileUtils
Deletes empty directories recursively in the direction of root
deleteFile() - Methode in Klasse de.dlr.proseo.storagemgr.utils.FileUtils
Delete the file
deleteFile(StorageFile) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Deletes a storage file from the storage.
deleteFile(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Deletes the storage file from the storage.
deleteFile(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Deletes the storage file from storage.
deleteFile(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Deletes file in storage
deleteFile(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Deletes a file.
deleteFiles() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Deletes files.
deleteFiles(List<String>) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Deletes files.
deleteProductByPathInfo(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.rest.ProductController
Delete/remove product by product path info from prosEO storage
deleteProductByPathInfo(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.ProductControllerDecorator
Delete/remove product by product path info from prosEO storage
deleteProductByPathInfo(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.ProductControllerImpl
Delete object(s)
download(StorageFile, StorageFile) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Downloads a file or directory recursively from the storage.
download(StorageFile, StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Downloads the file or directory from the storage.
download(StorageFile, StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Downloads the file or directory recursively.
download(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Downloads a file or directory with a prefix match from the storage system.
download(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Downloads files or directories recursively from the storage system
download(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Downloads a file or directory from the storage system.
downloadFile(StorageFile, StorageFile) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Downloads a file from the storage.
downloadFile(StorageFile, StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Downloads the file from the storage.
downloadFile(StorageFile, StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Downloads the file from storage.
downloadFile(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Downloads a file from the POSIX storage system to the specified target location
downloadFile(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Downloads a file from the storage system.

E

equals(Object) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.Joborder
 
equals(Object) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.Posix
 
equals(Object) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
 
equals(Object) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
 
equals(Object) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
 
equals(Object) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
 
equals(Object) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.S3
 
execute() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.AtomicCommand
Executes atomic command
execute() - Methode in Klasse de.dlr.proseo.storagemgr.model.DefaultRetryStrategy
Tries to execute the atomic command and returns its result if successful.
execute() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileCopier
Executes copy of the file from a posix path to a posix path (normally, to the cache)
execute() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileDownloader
Executes download of the file from the storage to posix path
execute() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileUploader
Executes upload of the file to posix path
execute() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketCreator
Gets if file exists
execute() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketDeleter
Executes s3 bucket delete
execute() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketListGetter
Executes s3 get buckets
execute() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileContentGetter
Gets if file exists
execute() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileDeleter
Executes s3 get files
execute() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileDownloader
Executes download of the file to s3
execute() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileExistsGetter
Gets if file exists
execute() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileListDeleter
Deletes a list of files
execute() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileListGetter
Executes s3 get files
execute() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileSizeGetter
Gets if file exists
execute() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileUploader
Executes upload of the file to s3
execute() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicInputStreamGetter
Executes the input stream getter command and returns the input stream of the S3 file.
execute() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicSynchroFileUploader
Executes synchro upload of the file to s3

F

FileCache - Klasse in de.dlr.proseo.storagemgr.cache
File cache for managing files in the cache storage.
FileCache() - Konstruktor für Klasse de.dlr.proseo.storagemgr.cache.FileCache
 
fileExists(StorageFile) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Checks if a file exists.
fileExists(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Checks if the file exists.
fileExists(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Checks if the file exists.
fileExists(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Checks if file physically exists
fileExists(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Checks if a file exists in the storage system.
FileInfo - Klasse in de.dlr.proseo.storagemgr.cache
File Info (last Accessed and file size) for File Cache with sorting and search
FileInfo(Instant, long) - Konstruktor für Klasse de.dlr.proseo.storagemgr.cache.FileInfo
File Info Constructor with accessed and size values
FileLockedAfterMaxCyclesException - Ausnahmeklasse in de.dlr.proseo.storagemgr.Exceptions
File Locked After Max Cycles Exception
FileLockedAfterMaxCyclesException() - Konstruktor für Ausnahmeklasse de.dlr.proseo.storagemgr.Exceptions.FileLockedAfterMaxCyclesException
Parameterless Constructor
FileLockedAfterMaxCyclesException(String) - Konstruktor für Ausnahmeklasse de.dlr.proseo.storagemgr.Exceptions.FileLockedAfterMaxCyclesException
Constructor with message
fileName - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
The file name
filePath - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
The S3/POSIX/ALLUXIO path to the file
fileSize - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
The size of the primary product file in bytes
FileUtils - Klasse in de.dlr.proseo.storagemgr.utils
A utility class for common file operations.
FileUtils(String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.utils.FileUtils
Constructor sets the path
fixAbsolutePath() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Fixes the absolute path by adding a slash at the end for directories and a slash at the beginning for Linux paths.
fsType - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
The type of the storage

G

get(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Gets the path key from file cache
get(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache
Gets the file info
getAbsoluteBasePath() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the absolute base path (file system prefix + bucket + base path), depending on the file system.
getAbsoluteBasePath() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the absolute base path (file system prefix + bucket + base path).
getAbsoluteBasePath() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the absolute base path (fs prefix + bucket + base path), depends on fs.
getAbsoluteCachePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the absolute cache path from the relative path.
getAbsoluteFile(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets a file as a StorageFile from the absolute path.
getAbsoluteFiles() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets all files (absolute paths) from the storage.
getAbsoluteFiles() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets all files (absolute paths) from the storage.
getAbsoluteFiles() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets all files (absolute paths) from storage.
getAbsoluteFiles(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the files (absolute paths) from the storage with the given prefix (folder).
getAbsoluteFiles(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets files (absolute paths) from the storage with the given prefix (folder).
getAbsoluteFiles(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets files (absolute paths) from storage with the given relative path.
getAbsolutePath(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the absolute path depending on the storage file system.
getAbsolutePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the absolute path (POSIX: /<storagePath>/<relativePath>).
getAbsolutePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the absolute path (s3://<bucket>/<relativePath>).
getAbsolutePath(List<String>) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the absolute paths depending on the storage file system.
getAbsolutePath(List<String>) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the absolute paths (POSIX: /<storagePath>/<relativePath>).
getAbsolutePath(List<String>) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the absolute paths (s3://<bucket>/<relativePath>).
getAbsolutePosixStoragePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the absolute posix storage path from the relative path.
getAbsoluteSourcePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the absolute source path from the relative path.
getAccessed() - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileInfo
Gets the last accessed
getAccessedPath(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Gets the accessed path of the file
getAccessedPrefix() - Statische Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Gets the file prefix for accessed files
getBackendPath() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.Posix
Returns the backendPath.
getBasePath() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the base path, which is the root directory of the storage system.
getBasePath() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.StorageFile
Gets the base path
getBasePath() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixConfiguration
 
getBasePath() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the base path.
getBasePath() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorageFile
Gets the base path
getBasePath() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
getBasePath() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the base path.
getBasePath() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3StorageFile
Gets the base path
getBasePaths() - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the list of base paths.
getBucket() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the current bucket.
getBucket() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.StorageFile
Gets the bucket
getBucket() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixConfiguration
 
getBucket() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the bucket.
getBucket() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorageFile
Gets the bucket
getBucket() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.Joborder
Returns the bucket.
getBucket() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
getBucket() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Gets the current bucket.
getBucket() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the bucket.
getBucket() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3StorageFile
Gets the bucket
getBuckets() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the buckets from the storage.
getBuckets() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the buckets from the storage.
getBuckets() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Gets the list of available buckets.
getBuckets() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the buckets from storage.
getCache() - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache
Gets a clone of cache
getCacheFile(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the cache file as a StorageFile from the relative path.
getCacheFileSize(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the file size of the cache file specified by the relative path.
getCacheFileStatus(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Returns a status of the cache file
getCachePath() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.Posix
Returns the cachePath.
getCachePath() - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the cache path.
getCompletedInfo() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.AtomicCommand
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileCopier
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileDownloader
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileUploader
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketCreator
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketDeleter
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketListGetter
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileContentGetter
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileDeleter
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileDownloader
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileExistsGetter
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileListDeleter
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileListGetter
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileSizeGetter
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileUploader
Gets information about completed atomic command (mostly for logs)
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicInputStreamGetter
Gets information about the completed atomic command.
getCompletedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicSynchroFileUploader
Gets information about completed atomic command (mostly for logs)
getConfiguration() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Gets the POSIX configuration used by this PosixDAL instance.
getConfiguration() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Gets the S3 configuration used by this S3DAL instance.
getConfiguration() - Statische Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
Gets the singleton object for this class
getDefaultSourcePath() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
Gets the absolute path to the default upload source path (always POSIX)
getDefaultStorageType() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getDeleted() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Returns the deleted.
getExpectedCacheUsage() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getExtension() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.StorageFile
Gets extension from file name
getExtension() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorageFile
Gets extension from file name
getExtension() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3StorageFile
Gets extension from file name
getFailedInfo() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.AtomicCommand
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileCopier
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileDownloader
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileUploader
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketCreator
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketDeleter
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketListGetter
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileContentGetter
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileDeleter
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileDownloader
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileExistsGetter
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileListDeleter
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileListGetter
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileSizeGetter
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileUploader
Gets information about failed atomic command (mostly for logs)
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicInputStreamGetter
Gets information about the failed atomic command.
getFailedInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicSynchroFileUploader
Gets information about failed atomic command (mostly for logs)
getFileAccessed(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Returns the last accessed time stamp of the file
getFileCheckMaxCycles() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getFileCheckWaitTime() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixConfiguration
 
getFileCheckWaitTime() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
getFileCheckWaitTime() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getFileContent() - Methode in Klasse de.dlr.proseo.storagemgr.utils.FileUtils
Gets the file content
getFileContent(StorageFile) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the content of the specified storage file.
getFileContent(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the file content.
getFileContent(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the file content.
getFileContent(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Retrieves the content of a file specified by its path
getFileContent(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Retrieves the content of the file specified by the file path.
getFileName() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.StorageFile
Gets file name
getFileName() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorageFile
Gets file name
getFileName() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
Returns the fileName.
getFileName() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3StorageFile
Gets file name
getFileName() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Gets the file name from the path.
getFileName(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Gets file name
getFileName(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Gets the name of the file from the specified path.
getFilePath() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
Returns the filePath.
getFiles() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Retrieves a list of all files in the current bucket.
getFiles(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Retrieves a list of files that match a given path (or prefix).
getFiles(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Retrieves a list of files that match the specified folder (prefix).
getFileSize() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
Returns the fileSize.
getFileSize() - Methode in Klasse de.dlr.proseo.storagemgr.utils.FileUtils
Gets the file size
getFileSize(StorageFile) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the file size.
getFileSize(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the file size.
getFileSize(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the file size.
getFileSize(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the file size of the storage file specified by the StorageFile instance.
getFileSize(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Returns the file size in bytes
getFileSize(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Retrieves the size of the file specified by the file path.
getFirstFolder() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Gets the first folder from the path.
getFsType() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
Returns the fsType.
getFullPath() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.StorageFile
Gets the full path
getFullPath() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorageFile
Gets the full path
getFullPath() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3StorageFile
Gets the full path
getInfo() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.AtomicCommand
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileCopier
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileDownloader
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileUploader
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketCreator
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketDeleter
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketListGetter
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileContentGetter
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileDeleter
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileDownloader
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileExistsGetter
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileListDeleter
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileListGetter
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileSizeGetter
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileUploader
Gets information about atomic command (mostly for logs)
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicInputStreamGetter
Gets information about the atomic command.
getInfo() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3AtomicSynchroFileUploader
Gets information about atomic command (mostly for logs)
getInputStream(StorageFile) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the input stream from a file.
getInputStream(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the input stream from the file.
getInputStream(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the input stream from the file.
getInputStream(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets an input stream from the storage file specified by the StorageFile instance.
getInputStream(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Gets an input stream from a file in the storage system.
getInstance() - Statische Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Instance of file cache
getInstance() - Statische Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Returns the instance of the storage provider (singleton).
getJoborder() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
Returns the joborder.
getJoborderBucket() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getJoborderPrefix() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getJobOrderStringBase64() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
Returns the jobOrderStringBase64.
getMapCache() - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Gets the map cache
getMaximumCacheUsage() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getMaxRequestAttempts() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixConfiguration
 
getMaxRequestAttempts() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
getMaxRequestAttempts() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getMessage() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
Returns the message.
getMessage() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Returns the message.
getObject(String, String, Long, Long) - Methode in Schnittstelle de.dlr.proseo.storagemgr.rest.ProductController
Get the data files for the product as data stream (optionally zip-compressed, optionally range-restricted)
getObject(String, String, Long, Long) - Methode in Klasse de.dlr.proseo.storagemgr.rest.ProductControllerDecorator
Get the data files for the product as data stream (optionally zip-compressed, optionally range-restricted)
getObject(String, String, Long, Long) - Methode in Klasse de.dlr.proseo.storagemgr.rest.ProductControllerImpl
Retrieve the byte stream for download of a file object in repository.
getObjectByPathInfo(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.rest.JoborderController
Download prosEO Job Order File as Base64-encoded string
getObjectByPathInfo(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.JoborderControllerDecorator
Download prosEO Job Order File as Base64-encoded string
getObjectByPathInfo(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.JobOrderControllerImpl
Retrieve contents of file as base64 string.
getPath() - Methode in Klasse de.dlr.proseo.storagemgr.utils.FileUtils
Gets the path to file
getPath() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Gets the current path.
getPathFromAccessed(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Gets the path to file from accessed path
getPathFromStatus(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Gets a cache path from a status path
getPathInfo() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
Returns the pathInfo.
getPosix() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
Returns the posix.
getPosixBackendPath() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
Gets the absolute path to the POSIX backend storage (if used)
getPosixCachePath() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
Gets the absolute path to the POSIX file cache
getPosixConfigurationFromFile() - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the POSIX configuration from the file.
getPosixFile(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the posix file as a StorageFile from the relative path.
getPosixFileSize(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the file size of the posix file specified by the absolute path.
getPrefix() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.Joborder
Returns the prefix.
getProductFiles(String, String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.rest.ProductController
Get product files, optionally filtered by storage type, path prefix (e.g. database id)
getProductFiles(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.ProductControllerDecorator
Get product files, optionally filtered by storage type, path prefix (e.g. database id)
getProductFiles(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.ProductControllerImpl
List the file/object contents of a repository.
getProductId() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Returns the productId.
getRegistered() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Returns the registered.
getRegisteredFilePath() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Returns the registeredFilePath.
getRegisteredFilesCount() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Returns the registeredFilesCount.
getRegisteredFilesList() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Returns the registeredFilesList.
getRelativeFiles() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets all files (relative paths) from the storage.
getRelativeFiles() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets all files from the storage.
getRelativeFiles() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets all files from storage.
getRelativeFiles(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets files (relative paths) from the storage with the given prefix (folder).
getRelativeFiles(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets files from the storage with the given prefix (folder).
getRelativeFiles(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the files from storage with the given prefix (folder).
getRelativePath() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.StorageFile
Gets relative path
getRelativePath() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorageFile
Gets relative path
getRelativePath() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3StorageFile
Gets relative path
getRelativePath() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Gets the relative path from the path using the base path list.
getRelativePath(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the relative path from the absolute path.
getRelativePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the relative path from the absolute path using the base path list.
getRelativePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the relative path from the absolute path by removing the S3 prefix, bucket, and left slash.
getRelativePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the relative path from the absolute path using the base path list.
getRelativePath(List<String>) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the relative paths from the absolute paths.
getRelativePath(List<String>) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the relative paths from the absolute paths using the base path list.
getRelativePath(List<String>) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the relative paths from the absolute paths by removing the S3 prefix, bucket, and left slash.
getRestFileInfoByPathInfo(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.rest.ProductfileController
Retrieve file from Storage Manager into locally accessible file system
getRestFileInfoByPathInfo(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.ProductfileControllerDecorator
Retrieve file from Storage Manager into locally accessible file system
getRestFileInfoByPathInfo(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.ProductfileControllerImpl
Copy source file named pathInfo to file cache used by processors.
getRestInfo() - Methode in Schnittstelle de.dlr.proseo.storagemgr.rest.InfoController
get infos for this storage-manager
getRestInfo() - Methode in Klasse de.dlr.proseo.storagemgr.rest.InfoControllerDecorator
get infos for this storage-manager
getRestInfo() - Methode in Klasse de.dlr.proseo.storagemgr.rest.InfoControllerImpl
Set information with configuration settings.
getS3() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
Returns the s3.
getS3AccessKey() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
getS3AccessKey() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getS3ConfigurationFromFile() - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the S3 configuration from the file.
getS3DefaultBucket() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.S3
Returns the s3DefaultBucket.
getS3DefaultBucket() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getS3DefaultEndPoint() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getS3EndPoint() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.S3
Returns the s3EndPoint.
getS3EndPoint() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
getS3EndPoint() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getS3MaxNumberOfBuckets() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.S3
Returns the s3MaxNumberOfBuckets.
getS3MaxNumberOfBuckets() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getS3Region() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.S3
Returns the s3Region.
getS3Region() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
getS3Region() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getS3SecretAccessKey() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
getS3SecretAccessKey() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getSize() - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileInfo
Gets the file size in bytes
getSortedPathes() - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache
Gets sorted pathes
getSourceFile(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the source file as a StorageFile from the relative path.
getSourceFilePaths() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Returns the sourceFilePaths.
getSourceFileSize(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the file size of the source file specified by the relative path.
getSourcePath() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the source path.
getSourcePath() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixConfiguration
 
getSourcePath() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the source path.
getSourcePath() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
getSourcePath() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the source path.
getSourcePath() - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the source path.
getSourceStorageType() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Returns the sourceStorageType.
getStatusPath(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Gets the path of the status file
getStorage() - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the current storage instance.
getStorage(StorageType) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the desired storage instance based on the specified storage type.
getStorage(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the storage instance based on the specified absolute path.
getStorageFile(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the storage file.
getStorageFile(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the storage file.
getStorageFile(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the Storage File.
getStorageFile(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the storage file as a StorageFile from the relative path.
getStorageFiles() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the storage files.
getStorageFiles() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the storage files.
getStorageFiles() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the storage files.
getStorageIdPrefix() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
getStorageManagerSecret() - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
Gets the shared secret for generating Storage Manager download tokens as 256-bit byte array
getStoragePath() - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Gets the storage path.
getStorageType() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Gets the storage type, e.g.
getStorageType() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.StorageFile
Gets storage type
getStorageType() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Gets the storage type.
getStorageType() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorageFile
Gets storage type
getStorageType() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
Returns the storageType.
getStorageType() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Gets the storage type.
getStorageType() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3StorageFile
Gets storage type
getStorageType() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Gets the storage type (S3 or POSIX) from the path.
getTargetStorageId() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Returns the targetStorageId.
getTargetStorageType() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Returns the targetStorageType.
getTemporaryPath(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Gets the path of the temporary file
getTemporaryPrefix() - Statische Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Gets temporary prefix of the file
getUploaded() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
Returns the uploaded.

H

hasBasePaths() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Checks if the path has any base paths.
hashCode() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.Joborder
 
hashCode() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.Posix
 
hashCode() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
 
hashCode() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
 
hashCode() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
 
hashCode() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
 
hashCode() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.S3
 

I

INCOMPLETE - Enum-Konstante in Enum-Klasse de.dlr.proseo.storagemgr.cache.CacheFileStatus
Status INCOMPLETE - a file can exist in the cache storage, but can be corrupted (not completely uploaded and so on), that's why it is not in the cache list
InfoController - Schnittstelle in de.dlr.proseo.storagemgr.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
InfoControllerDecorator - Klasse in de.dlr.proseo.storagemgr.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
InfoControllerDecorator() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.InfoControllerDecorator
 
InfoControllerImpl - Klasse in de.dlr.proseo.storagemgr.rest
Handle information about storage manager settings.
InfoControllerImpl() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.InfoControllerImpl
 
initS3ClientV1() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Initializes the S3 v1 client.
initS3ClientV2() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Initializes the S3 v2 client.
isDefaultEndPoint() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
isDirectory() - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.StorageFile
Checks if path is a directory path
isDirectory() - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorageFile
Checks if path is a directory path
isDirectory() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3StorageFile
Checks if path is a directory path
isDirectory() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Checks if the path is a directory.
isDirectory(StorageFile) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Checks if the storage file or directory is a directory.
isDirectory(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Checks if the storage file or directory is a directory.
isDirectory(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Checks if the storage file or directory is a directory.
isDirectory(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Checks if path is existing directory
isEmptyDirectory() - Methode in Klasse de.dlr.proseo.storagemgr.utils.FileUtils
Checks if the path points to an empty directory
isFile(StorageFile) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Checks if a storage file or directory is a file (i.e., no slash at the end of the path).
isFile(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Checks if the storage file or directory is a file (no slash at the end of the path).
isFile(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Checks if the storage file or directory is a file (no slash at the end of the path).
isFile(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Checks if path is existing file
isFile(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Checks if the specified path represents a file (not a directory).
isFileTransferManager() - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
isLinuxPath() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Checks if the path is a Linux path.
isS3Path() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Checks if the path is an S3 path.
isWindowsPath() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Checks if the path is a Windows path.
isWinPathInS3() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Checks if the path is a converted Windows path for S3.

J

joborder - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
 
Joborder - Klasse in de.dlr.proseo.storagemgr.rest.model
 
Joborder() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.model.Joborder
Creates a new Joborder.
Joborder(String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.model.Joborder
Creates a new Joborder.
JoborderController - Schnittstelle in de.dlr.proseo.storagemgr.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
JoborderControllerDecorator - Klasse in de.dlr.proseo.storagemgr.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
JoborderControllerDecorator() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.JoborderControllerDecorator
 
JobOrderControllerImpl - Klasse in de.dlr.proseo.storagemgr.rest
Spring MVC controller for the prosEO Storage Manager; implements the services required to manage Joborders
JobOrderControllerImpl() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.JobOrderControllerImpl
 
jobOrderStringBase64 - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
 

L

loadDefaultPaths() - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Load default source, storage, and cache paths
lockOrWaitUntilUnlockedAndLock() - Methode in Klasse de.dlr.proseo.storagemgr.utils.StorageFileLocker
Acquires a lock on the file.

M

main(String[]) - Statische Methode in Klasse de.dlr.proseo.storagemgr.StorageManager
 
MapCache - Klasse in de.dlr.proseo.storagemgr.cache
Map wrapper for file cache with path as key and last accessed and file size as value
MapCache() - Konstruktor für Klasse de.dlr.proseo.storagemgr.cache.MapCache
 
MapCache.SortByAccessedAsc - Klasse in de.dlr.proseo.storagemgr.cache
Sorting by accessed Ascending Comparator
MapCache.SortByAccessedDesc - Klasse in de.dlr.proseo.storagemgr.cache
Sorting by accessed Descending Comparator
MapCache.SortBySizeAsc - Klasse in de.dlr.proseo.storagemgr.cache
Sorting by size Ascending Comparator
MapCache.SortBySizeDesc - Klasse in de.dlr.proseo.storagemgr.cache
Sorting by size Descending Comparator
message - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
 
message - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
 
mountedDefaultStorageType - Variable in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
Mounted default storage type to change it with storage set property

N

NO_BUCKET - Statische Variable in Schnittstelle de.dlr.proseo.storagemgr.model.StorageFile
No bucket is an empty string
normalizeWindowsPath() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Normalizes the Windows path by removing the leading slash.

P

PathConverter - Klasse in de.dlr.proseo.storagemgr.utils
A set of methods to convert and manipulate file paths based on different conventions and requirements.
PathConverter(PathConverter) - Konstruktor für Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Copy constructor
PathConverter(String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Simple constructor with a path
PathConverter(String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Constructor to merge two paths
PathConverter(String, String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Constructor to merge three paths
PathConverter(String, List<String>) - Konstruktor für Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Constructor with path and base paths, which will be used to create relative path
pathInfo - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
 
posix - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
 
Posix - Klasse in de.dlr.proseo.storagemgr.rest.model
 
Posix() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.model.Posix
Creates a new Posix.
Posix(String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.model.Posix
Creates a new Posix.
POSIX - Enum-Konstante in Enum-Klasse de.dlr.proseo.storagemgr.model.StorageType
Type POSIX
PosixAtomicFileCopier - Klasse in de.dlr.proseo.storagemgr.posix
Posix Atomic File Copier from some POSIX absolute path to another POSIX absolute path (normally, to cache)
PosixAtomicFileCopier(String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileCopier
Constructor
PosixAtomicFileDownloader - Klasse in de.dlr.proseo.storagemgr.posix
Posix Atomic File Downloader from the POSIX Storage to some POSIX Path (normally, to the cache)
PosixAtomicFileDownloader(String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileDownloader
Constructor
PosixAtomicFileUploader - Klasse in de.dlr.proseo.storagemgr.posix
Posix Atomic File Uploader from some external POSIX absolute path to the POSIX Storage
PosixAtomicFileUploader(String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.posix.PosixAtomicFileUploader
Constructor
PosixConfiguration - Klasse in de.dlr.proseo.storagemgr.posix
Holds the configuration settings required to connect to and interact with an POSIX storage system.
PosixConfiguration() - Konstruktor für Klasse de.dlr.proseo.storagemgr.posix.PosixConfiguration
 
PosixDAL - Klasse in de.dlr.proseo.storagemgr.posix
A data access layer for interacting with a POSIX-based storage system.
PosixDAL(PosixConfiguration) - Konstruktor für Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Constructor
PosixStorage - Klasse in de.dlr.proseo.storagemgr.posix
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.
PosixStorage(PosixConfiguration) - Konstruktor für Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
No bucket constructor initializing the storage with a basePath and sourcePath.
PosixStorageFile - Klasse in de.dlr.proseo.storagemgr.posix
Represents a file within a POSIX-based storage system.
PosixStorageFile(StorageFile) - Konstruktor für Klasse de.dlr.proseo.storagemgr.posix.PosixStorageFile
Copy Constructor
PosixStorageFile(String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.posix.PosixStorageFile
No Bucket Constructor
PosixStorageFile(String, String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.posix.PosixStorageFile
Constructor with bucket
posixToS3Path() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Converts the path to a compatible S3 path by replacing ":" in Windows paths.
prefix - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.Joborder
 
ProductController - Schnittstelle in de.dlr.proseo.storagemgr.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
ProductControllerDecorator - Klasse in de.dlr.proseo.storagemgr.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
ProductControllerDecorator() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.ProductControllerDecorator
 
ProductControllerImpl - Klasse in de.dlr.proseo.storagemgr.rest
Spring MVC controller for the prosEO Storage Manager; implements the services required to manage any object storage, e. g. a storage based on the AWS S3 API
ProductControllerImpl() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.ProductControllerImpl
 
ProductfileController - Schnittstelle in de.dlr.proseo.storagemgr.rest
Methods to transfer product files between Storage Manager and processor (Base Wrapper) (Generated with springmvc-raml-parser v.2.0.5)
ProductfileControllerDecorator - Klasse in de.dlr.proseo.storagemgr.rest
Methods to transfer product files between Storage Manager and processor (Base Wrapper) (Generated with springmvc-raml-parser v.2.0.5)
ProductfileControllerDecorator() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.ProductfileControllerDecorator
 
ProductfileControllerImpl - Klasse in de.dlr.proseo.storagemgr.rest
Spring MVC controller for the prosEO Storage Manager; implements the services required to manage product files
ProductfileControllerImpl() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.ProductfileControllerImpl
 
productId - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
 
put(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Puts the new element to map.
put(String, FileInfo) - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache
Puts pathkey and fileinfo as a record to path cache
putFilesToCache(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Puts files to cache, removes accessed prefix files without files, removes temporary prefix files
putWithoutUpdateAccessedPrefixFile(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Puts the file to map without update accessed prefix file.

R

READY - Enum-Konstante in Enum-Klasse de.dlr.proseo.storagemgr.cache.CacheFileStatus
Status READY - a file exists in the cache storage and was put to the cache list
registered - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
 
registeredFilePath - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
 
registeredFilesCount - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
 
registeredFilesList - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
 
remove(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Removes cache element, cache file and auxiliary files
remove(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache
Removes the element from the cache
removeAll() - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Removes all cache elements and their connected files and accessed files from disk
removeBasePaths() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Removes the base paths from the path.
removeBucket() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Removes the bucket as the first folder from the path.
removeDoubleSlash() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Removes double slashes from the path.
removeFirstFolder() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Removes the first folder from the path.
removeFsPrefix() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Removes the file system prefixes from the path.
removeLeftSlash() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Removes the leading slash from the path.
replaceBackslashWithSlash(String) - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Replaces backslashes with slashes in the given string.
RestFileInfo - Klasse in de.dlr.proseo.storagemgr.rest.model
 
RestFileInfo() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
Creates a new RestFileInfo.
RestFileInfo(String, String, String, Long) - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
Creates a new RestFileInfo.
RestInfo - Klasse in de.dlr.proseo.storagemgr.rest.model
 
RestInfo() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
Creates a new RestInfo.
RestInfo(S3, Posix, Joborder) - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
Creates a new RestInfo.
RestJoborder - Klasse in de.dlr.proseo.storagemgr.rest.model
 
RestJoborder() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
Creates a new RestJoborder.
RestJoborder(String, Boolean, String, String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
Creates a new RestJoborder.
RestProductFS - Klasse in de.dlr.proseo.storagemgr.rest.model
 
RestProductFS() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Creates a new RestProductFS.
RestProductFS(String, String, List<String>, String, String, String, Boolean, Long, List<String>, Boolean, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Creates a new RestProductFS.

S

s3 - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
 
S3 - Klasse in de.dlr.proseo.storagemgr.rest.model
 
S3 - Enum-Konstante in Enum-Klasse de.dlr.proseo.storagemgr.model.StorageType
Type S3
S3() - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.model.S3
Creates a new S3.
S3(String, String, Long, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.rest.model.S3
Creates a new S3.
S3AtomicBucketCreator - Klasse in de.dlr.proseo.storagemgr.s3
S3 Atomic Bucket Creator
S3AtomicBucketCreator(S3Client, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketCreator
Constructor
S3AtomicBucketDeleter - Klasse in de.dlr.proseo.storagemgr.s3
S3 Atomic Bucket Deleter
S3AtomicBucketDeleter(S3Client, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketDeleter
Constructor
S3AtomicBucketListGetter - Klasse in de.dlr.proseo.storagemgr.s3
S3 Atomic Bucket List Getter
S3AtomicBucketListGetter(S3Client) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3AtomicBucketListGetter
Constructor to get buckets
S3AtomicFileContentGetter - Klasse in de.dlr.proseo.storagemgr.s3
S3 Atomic File Content Getter
S3AtomicFileContentGetter(S3Client, String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileContentGetter
Constructor
S3AtomicFileDeleter - Klasse in de.dlr.proseo.storagemgr.s3
S3 Atomic File Getter
S3AtomicFileDeleter(S3Client, String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileDeleter
Constructor
S3AtomicFileDownloader - Klasse in de.dlr.proseo.storagemgr.s3
S3 Atomic File Downloader
S3AtomicFileDownloader(AmazonS3, String, String, String, long, long) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileDownloader
Constructor
S3AtomicFileExistsGetter - Klasse in de.dlr.proseo.storagemgr.s3
S3 Atomic File Exists Getter
S3AtomicFileExistsGetter(S3Client, String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileExistsGetter
Constructor
S3AtomicFileListDeleter - Klasse in de.dlr.proseo.storagemgr.s3
S3 Atomic File List Deleter
S3AtomicFileListDeleter(S3Client, String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileListDeleter
Constructor
S3AtomicFileListGetter - Klasse in de.dlr.proseo.storagemgr.s3
S3 Atomic File Getter
S3AtomicFileListGetter(S3Client, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileListGetter
Constructor to get all files
S3AtomicFileListGetter(S3Client, String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileListGetter
Constructor to get files from directory
S3AtomicFileSizeGetter - Klasse in de.dlr.proseo.storagemgr.s3
S3 Atomic File Size Getter
S3AtomicFileSizeGetter(S3Client, String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileSizeGetter
Constructor
S3AtomicFileUploader - Klasse in de.dlr.proseo.storagemgr.s3
S3 Atomic Uploader
S3AtomicFileUploader(AmazonS3, String, String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3AtomicFileUploader
Constructor
S3AtomicInputStreamGetter - Klasse in de.dlr.proseo.storagemgr.s3
This class implements the AtomicCommand interface to get an input stream of an S3 file.
S3AtomicInputStreamGetter(S3Client, String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3AtomicInputStreamGetter
Constructor
S3AtomicSynchroFileUploader - Klasse in de.dlr.proseo.storagemgr.s3
S3 Atomic Synchro Uploader
S3AtomicSynchroFileUploader(AmazonS3, String, String, String, S3Configuration) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3AtomicSynchroFileUploader
Constructor
S3Configuration - Klasse in de.dlr.proseo.storagemgr.s3
Holds the configuration settings required to connect to and interact with an S3 storage system.
S3Configuration() - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
S3DAL - Klasse in de.dlr.proseo.storagemgr.s3
A data access layer for interacting with a S3-based storage system.
S3DAL(S3Configuration) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Constructor
s3DefaultBucket - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.S3
 
s3EndPoint - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.S3
 
s3MaxNumberOfBuckets - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.S3
 
s3Region - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.S3
 
S3Storage - Klasse in de.dlr.proseo.storagemgr.s3
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.
S3Storage(S3Configuration) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Constructor with the s3 configuration
S3StorageFile - Klasse in de.dlr.proseo.storagemgr.s3
Represents a file within a S3-based storage system.
S3StorageFile(StorageFile) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3StorageFile
Copy Constructor
S3StorageFile(String, String) - Konstruktor für Klasse de.dlr.proseo.storagemgr.s3.S3StorageFile
Constructor
s3ToPosixPath() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Converts the S3 path to a compatible POSIX path by restoring ":" in Windows paths.
serialVersionUID - Statische Variable in Klasse de.dlr.proseo.storagemgr.rest.model.Joborder
 
serialVersionUID - Statische Variable in Klasse de.dlr.proseo.storagemgr.rest.model.Posix
 
serialVersionUID - Statische Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
 
serialVersionUID - Statische Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
 
serialVersionUID - Statische Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
 
serialVersionUID - Statische Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
 
serialVersionUID - Statische Variable in Klasse de.dlr.proseo.storagemgr.rest.model.S3
 
setAccessed(Instant) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileInfo
Sets the last accessed
setBackendPath(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.Posix
Set the backendPath.
setBasePath(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.StorageFile
Sets the base path
setBasePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixConfiguration
 
setBasePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorageFile
Sets the base path
setBasePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
setBasePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3StorageFile
Sets the base path
setBucket(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Sets the bucket.
setBucket(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.StorageFile
Sets the bucket
setBucket(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixConfiguration
 
setBucket(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Sets the bucket.
setBucket(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorageFile
Sets the bucket
setBucket(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.Joborder
Set the bucket.
setBucket(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
setBucket(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Sets the bucket to use for operations.
setBucket(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Sets the bucket.
setBucket(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3StorageFile
Sets the bucket
setCacheFileStatus(String, CacheFileStatus) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Sets the status of a cache file.
setCachePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.Posix
Set the cachePath.
setCachePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Sets the cache path.
setDefaultEndPoint(boolean) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
setDefaultStorageType(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
Sets the singleton object for this class
setDeleted(Boolean) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Set the deleted.
setFileCheckWaitTime(long) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixConfiguration
 
setFileCheckWaitTime(long) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
setFileCheckWaitTime(Long) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixConfiguration
 
setFileCheckWaitTime(Long) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
setFileName(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
Set the fileName.
setFilePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
Set the filePath.
setFileSize(Long) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
Set the fileSize.
setFileTransferManager(boolean) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
setFsType(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
Set the fsType.
setJoborder(Joborder) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
Set the joborder.
setJobOrderStringBase64(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
Set the jobOrderStringBase64.
setMaxRequestAttempts(int) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixConfiguration
 
setMaxRequestAttempts(int) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
setMessage(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
Set the message.
setMessage(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Set the message.
setPath(String) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Clears the cache only (without deleting of files), sets the cache path and puts files in cache
setPath(String) - Methode in Klasse de.dlr.proseo.storagemgr.utils.FileUtils
Sets the path to file
setPathInfo(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
Set the pathInfo.
setPosix(Posix) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
Set the posix.
setPrefix(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.Joborder
Set the prefix.
setProductId(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Set the productId.
setRegistered(Boolean) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Set the registered.
setRegisteredFilePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Set the registeredFilePath.
setRegisteredFilesCount(Long) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Set the registeredFilesCount.
setRegisteredFilesList(List<String>) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Set the registeredFilesList.
setRelativePath(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.StorageFile
Sets relative path
setRelativePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorageFile
Sets relative path
setRelativePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3StorageFile
Sets relative path
setS3(S3) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
Set the s3.
setS3AccessKey(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
setS3DefaultBucket(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.S3
Set the s3DefaultBucket.
setS3EndPoint(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.S3
Set the s3EndPoint.
setS3EndPoint(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
setS3MaxNumberOfBuckets(Long) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.S3
Set the s3MaxNumberOfBuckets.
setS3Region(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.S3
Set the s3Region.
setS3Region(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
setS3SecretAccessKey(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
setSize(long) - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileInfo
Sets the file size in bytes
setSourceFilePaths(List<String>) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Set the sourceFilePaths.
setSourcePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixConfiguration
 
setSourcePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Configuration
 
setSourcePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Sets the source path.
setSourceStorageType(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Set the sourceStorageType.
setStorage(StorageType) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Sets the default storage type and creates the corresponding storage instance.
setStoragePath(String) - Methode in Klasse de.dlr.proseo.storagemgr.StorageProvider
Sets the storage path.
setStorageType(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
Set the storageType.
setTargetStorageId(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Set the targetStorageId.
setTargetStorageType(String) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
Set the targetStorageType.
setUploaded(Boolean) - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
Set the uploaded.
size() - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileCache
Gives the number of elements in cache
size() - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache
Returns the number of elements in the cache
sortByAccessedAsc() - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache
Sorting by last Accessed Ascending
SortByAccessedAsc() - Konstruktor für Klasse de.dlr.proseo.storagemgr.cache.MapCache.SortByAccessedAsc
 
sortByAccessedDesc() - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache
Sorting by last Accessed Descending
SortByAccessedDesc() - Konstruktor für Klasse de.dlr.proseo.storagemgr.cache.MapCache.SortByAccessedDesc
 
sortByFileSizeAsc() - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache
Sorting by File Size Ascending
sortByFileSizeDesc() - Methode in Klasse de.dlr.proseo.storagemgr.cache.MapCache
Sorting by File Size Descending
SortBySizeAsc() - Konstruktor für Klasse de.dlr.proseo.storagemgr.cache.MapCache.SortBySizeAsc
 
SortBySizeDesc() - Konstruktor für Klasse de.dlr.proseo.storagemgr.cache.MapCache.SortBySizeDesc
 
sourceFilePaths - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
 
sourceStorageType - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
The type of the storage
startsWithSlash() - Methode in Klasse de.dlr.proseo.storagemgr.utils.PathConverter
Checks if the path starts with a slash (absolute path).
Storage - Schnittstelle in de.dlr.proseo.storagemgr.model
A high-level interface for performing common operations on a storage system, abstracting away the underlying implementation details.
StorageFile - Schnittstelle in de.dlr.proseo.storagemgr.model
Storage File Structure.
StorageFileLocker - Klasse in de.dlr.proseo.storagemgr.utils
A mechanism to lock and unlock files during the download process.
StorageFileLocker(String, long, long) - Konstruktor für Klasse de.dlr.proseo.storagemgr.utils.StorageFileLocker
Constructor
StorageManager - Klasse in de.dlr.proseo.storagemgr
prosEO Storage Manager application
StorageManager() - Konstruktor für Klasse de.dlr.proseo.storagemgr.StorageManager
 
StorageManagerConfiguration - Klasse in de.dlr.proseo.storagemgr
Configuration class for the prosEO Ingestor component
StorageManagerConfiguration() - Konstruktor für Klasse de.dlr.proseo.storagemgr.StorageManagerConfiguration
 
StorageProvider - Klasse in de.dlr.proseo.storagemgr
A central manager for different types of storage in the application.
StorageProvider() - Konstruktor für Klasse de.dlr.proseo.storagemgr.StorageProvider
Simple default constructor
storageType - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
The type of the storage to ingest the data from
StorageType - Enum-Klasse in de.dlr.proseo.storagemgr.model
Storage types supported by the prosEO Storage Manager, currently S3 and POSIX.
synchroCreateFile(String, long, long) - Methode in Klasse de.dlr.proseo.storagemgr.utils.FileUtils
Creates the file with the content in a synchro modus

T

targetStorageId - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
 
targetStorageType - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
The type of the storage
toString() - Methode in Klasse de.dlr.proseo.storagemgr.cache.FileInfo
Shows string representation -> accessed + size
toString() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.Joborder
 
toString() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.Posix
 
toString() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestFileInfo
 
toString() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestInfo
 
toString() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
 
toString() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.RestProductFS
 
toString() - Methode in Klasse de.dlr.proseo.storagemgr.rest.model.S3
 

U

unlock() - Methode in Klasse de.dlr.proseo.storagemgr.utils.StorageFileLocker
Releases the lock on the file by removing the file path from the productLockSet.
updateProductfiles(String, Long, Long) - Methode in Schnittstelle de.dlr.proseo.storagemgr.rest.ProductfileController
Push file from local POSIX file system to Storage Manager
updateProductfiles(String, Long, Long) - Methode in Klasse de.dlr.proseo.storagemgr.rest.ProductfileControllerDecorator
Push file from local POSIX file system to Storage Manager
updateProductfiles(String, Long, Long) - Methode in Klasse de.dlr.proseo.storagemgr.rest.ProductfileControllerImpl
Copy local file named pathInfo to storage manager.
upload(StorageFile) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Uploads a file or directory recursively to the storage.
upload(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Uploads the file or directory recursively to the storage.
upload(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Uploads the file or directory recursively to the storage.
upload(StorageFile, StorageFile) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Uploads a file or directory recursively to the storage.
upload(StorageFile, StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Uploads the file or directory recursively to the storage.
upload(StorageFile, StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Uploads the file or directory recursively to storage.
upload(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Uploads a file or directory to the storage system.
upload(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Uploads files or directories recursively to the storage system
upload(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Uploads a file or directory to the storage system.
uploaded - Variable in Klasse de.dlr.proseo.storagemgr.rest.model.RestJoborder
 
uploadFile(StorageFile) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Uploads a file to the storage.
uploadFile(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Uploads the file to the storage.
uploadFile(StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Uploads the file to the storage.
uploadFile(StorageFile, StorageFile) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Uploads a file to the storage.
uploadFile(StorageFile, StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Uploads the file to the storage.
uploadFile(StorageFile, StorageFile) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Uploads the file to storage.
uploadFile(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixDAL
Uploads a source file to the POSIX storage system at the specified target location
uploadFile(String, String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3DAL
Uploads a file to the storage system.
uploadSourceFile(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Uploads a source file to the storage.
uploadSourceFile(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Uploads the source file to the storage.
uploadSourceFile(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Uploads the source file.
uploadSourceFileOrDir(String) - Methode in Schnittstelle de.dlr.proseo.storagemgr.model.Storage
Uploads a source file or directory recursively to the storage.
uploadSourceFileOrDir(String) - Methode in Klasse de.dlr.proseo.storagemgr.posix.PosixStorage
Uploads the source file or directory recursively to the storage.
uploadSourceFileOrDir(String) - Methode in Klasse de.dlr.proseo.storagemgr.s3.S3Storage
Uploads the source file or directory recursively to the storage.

V

valueOf(String) - Statische Methode in Enum-Klasse de.dlr.proseo.storagemgr.cache.CacheFileStatus
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse de.dlr.proseo.storagemgr.model.StorageType
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
values() - Statische Methode in Enum-Klasse de.dlr.proseo.storagemgr.cache.CacheFileStatus
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse de.dlr.proseo.storagemgr.model.StorageType
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
A B C D E F G H I J L M N P R S T U V 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form