public class ScaleOutInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScaleOutInstanceRequest() |
ScaleOutInstanceRequest(ScaleOutInstanceRequest 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 |
---|---|
Long |
getHaType()
Get 扩容后集群高可用类型:0:非高可用,1:读高可用,2:读写高可用。
|
String |
getInstanceId()
Get 集群ID
|
Long |
getNodeCount()
Get 节点数量
|
String |
getType()
Get 角色(MATER/CORE),MASTER 对应 FE,CORE对应BE
|
void |
setHaType(Long HaType)
Set 扩容后集群高可用类型:0:非高可用,1:读高可用,2:读写高可用。
|
void |
setInstanceId(String InstanceId)
Set 集群ID
|
void |
setNodeCount(Long NodeCount)
Set 节点数量
|
void |
setType(String Type)
Set 角色(MATER/CORE),MASTER 对应 FE,CORE对应BE
|
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 ScaleOutInstanceRequest()
public ScaleOutInstanceRequest(ScaleOutInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群IDpublic String getType()
public void setType(String Type)
Type
- 角色(MATER/CORE),MASTER 对应 FE,CORE对应BEpublic Long getNodeCount()
public void setNodeCount(Long NodeCount)
NodeCount
- 节点数量public Long getHaType()
public void setHaType(Long HaType)
HaType
- 扩容后集群高可用类型:0:非高可用,1:读高可用,2:读写高可用。Copyright © 2024. All rights reserved.