Class GooseFSxOptionOverview

    • Constructor Detail

      • GooseFSxOptionOverview

        public GooseFSxOptionOverview()
      • GooseFSxOptionOverview

        public GooseFSxOptionOverview​(GooseFSxOptionOverview 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

      • getMasters

        public String[] getMasters()
        Get 文件系统master的ip和端口列表。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Masters 文件系统master的ip和端口列表。 注意:此字段可能返回 null,表示取不到有效值。
      • setMasters

        public void setMasters​(String[] Masters)
        Set 文件系统master的ip和端口列表。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Masters - 文件系统master的ip和端口列表。 注意:此字段可能返回 null,表示取不到有效值。
      • getLocalPath

        public String getLocalPath()
        Get 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LocalPath 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。 注意:此字段可能返回 null,表示取不到有效值。
      • setLocalPath

        public void setLocalPath​(String LocalPath)
        Set 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LocalPath - 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。 注意:此字段可能返回 null,表示取不到有效值。