public class ScaleOutNodeConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScaleOutNodeConfig() | 
| ScaleOutNodeConfig(ScaleOutNodeConfig 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 | getNodeCount()Get 扩容节点数量 | 
| String | getNodeFlag()Get 扩容节点类型取值范围:
  MASTER
  TASK
  CORE
  ROUTER | 
| void | setNodeCount(Long NodeCount)Set 扩容节点数量 | 
| void | setNodeFlag(String NodeFlag)Set 扩容节点类型取值范围:
  MASTER
  TASK
  CORE
  ROUTER | 
| 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, toJsonStringpublic ScaleOutNodeConfig()
public ScaleOutNodeConfig(ScaleOutNodeConfig source)
public String getNodeFlag()
public void setNodeFlag(String NodeFlag)
NodeFlag - 扩容节点类型取值范围:
  public Long getNodeCount()
public void setNodeCount(Long NodeCount)
NodeCount - 扩容节点数量Copyright © 2025. All rights reserved.