Klasse PosixConfiguration

java.lang.Object
de.dlr.proseo.storagemgr.posix.PosixConfiguration

public class PosixConfiguration extends Object
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.
Autor:
Denys Chaykovskiy
  • Konstruktordetails

    • PosixConfiguration

      public PosixConfiguration()
  • Methodendetails

    • getBucket

      public String getBucket()
    • setBucket

      public void setBucket(String bucket)
    • getBasePath

      public String getBasePath()
    • setBasePath

      public void setBasePath(String basePath)
    • getSourcePath

      public String getSourcePath()
    • setSourcePath

      public void setSourcePath(String sourcePath)
    • getMaxRequestAttempts

      public int getMaxRequestAttempts()
    • setMaxRequestAttempts

      public void setMaxRequestAttempts(int maxRequestAttempts)
    • getFileCheckWaitTime

      public long getFileCheckWaitTime()
    • setFileCheckWaitTime

      public void setFileCheckWaitTime(Long fileCheckWaitTime)
    • setFileCheckWaitTime

      public void setFileCheckWaitTime(long fileCheckWaitTime)