public class GooseFSxOption extends AbstractModel
header, skipSign
Constructor and Description |
---|
GooseFSxOption() |
GooseFSxOption(GooseFSxOption 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getLocalPath()
Get 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。
|
String[] |
getMasters()
Get 文件系统master的ip和端口列表。
|
void |
setLocalPath(String LocalPath)
Set 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。
|
void |
setMasters(String[] Masters)
Set 文件系统master的ip和端口列表。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GooseFSxOption()
public GooseFSxOption(GooseFSxOption source)
public String[] getMasters()
public void setMasters(String[] Masters)
Masters
- 文件系统master的ip和端口列表。public String getLocalPath()
public void setLocalPath(String LocalPath)
LocalPath
- 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。Copyright © 2024. All rights reserved.