public class ExpandShardConfig extends AbstractModel
Constructor and Description |
---|
ExpandShardConfig() |
ExpandShardConfig(ExpandShardConfig 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[] |
getShardInstanceIds()
Get 分片ID数组
|
Long |
getShardMemory()
Get 分片内存大小,单位 GB
|
Long |
getShardNodeCount()
Get 分片节点数
|
Long |
getShardStorage()
Get 分片存储大小,单位 GB
|
void |
setShardInstanceIds(String[] ShardInstanceIds)
Set 分片ID数组
|
void |
setShardMemory(Long ShardMemory)
Set 分片内存大小,单位 GB
|
void |
setShardNodeCount(Long ShardNodeCount)
Set 分片节点数
|
void |
setShardStorage(Long ShardStorage)
Set 分片存储大小,单位 GB
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ExpandShardConfig()
public ExpandShardConfig(ExpandShardConfig source)
public String[] getShardInstanceIds()
public void setShardInstanceIds(String[] ShardInstanceIds)
ShardInstanceIds
- 分片ID数组public Long getShardMemory()
public void setShardMemory(Long ShardMemory)
ShardMemory
- 分片内存大小,单位 GBpublic Long getShardStorage()
public void setShardStorage(Long ShardStorage)
ShardStorage
- 分片存储大小,单位 GBpublic Long getShardNodeCount()
public void setShardNodeCount(Long ShardNodeCount)
ShardNodeCount
- 分片节点数Copyright © 2022. All rights reserved.