Package de.dlr.proseo.storagemgr.posix
Class PosixConfiguration
java.lang.Object
de.dlr.proseo.storagemgr.posix.PosixConfiguration
Holds the configuration settings required to connect to and interact with an
POSIX storage system. It allows for the customization of various aspects such as
access credentials, bucket, paths, and behavior-related settings like
request attempts and file transfer management.
- Author:
- Denys Chaykovskiy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintvoidsetBasePath(String basePath) voidvoidsetFileCheckWaitTime(long fileCheckWaitTime) voidsetFileCheckWaitTime(Long fileCheckWaitTime) voidsetMaxRequestAttempts(int maxRequestAttempts) voidsetSourcePath(String sourcePath)
-
Constructor Details
-
PosixConfiguration
public PosixConfiguration()
-
-
Method Details
-
getBucket
-
setBucket
-
getBasePath
-
setBasePath
-
getSourcePath
-
setSourcePath
-
getMaxRequestAttempts
public int getMaxRequestAttempts() -
setMaxRequestAttempts
public void setMaxRequestAttempts(int maxRequestAttempts) -
getFileCheckWaitTime
public long getFileCheckWaitTime() -
setFileCheckWaitTime
-
setFileCheckWaitTime
public void setFileCheckWaitTime(long fileCheckWaitTime)
-