Class GooseFSOptionOverview

    • Constructor Detail

      • GooseFSOptionOverview

        public GooseFSOptionOverview()
      • GooseFSOptionOverview

        public GooseFSOptionOverview​(GooseFSOptionOverview source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getLocalPath

        public String getLocalPath()
        Get 文件系统本地挂载路径。
        Returns:
        LocalPath 文件系统本地挂载路径。
      • setLocalPath

        public void setLocalPath​(String LocalPath)
        Set 文件系统本地挂载路径。
        Parameters:
        LocalPath - 文件系统本地挂载路径。
      • getRemotePath

        public String getRemotePath()
        Get 文件系统远程挂载路径。
        Returns:
        RemotePath 文件系统远程挂载路径。
      • setRemotePath

        public void setRemotePath​(String RemotePath)
        Set 文件系统远程挂载路径。
        Parameters:
        RemotePath - 文件系统远程挂载路径。
      • getMasters

        public String[] getMasters()
        Get 文件系统master的ip和端口。
        Returns:
        Masters 文件系统master的ip和端口。
      • setMasters

        public void setMasters​(String[] Masters)
        Set 文件系统master的ip和端口。
        Parameters:
        Masters - 文件系统master的ip和端口。