public class AddShardConfig extends AbstractModel
Constructor and Description |
---|
AddShardConfig() |
AddShardConfig(AddShardConfig 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 |
getShardCount()
Get 新增分片的数量
|
Long |
getShardMemory()
Get 分片内存大小,单位 GB
|
Long |
getShardStorage()
Get 分片存储大小,单位 GB
|
void |
setShardCount(Long ShardCount)
Set 新增分片的数量
|
void |
setShardMemory(Long ShardMemory)
Set 分片内存大小,单位 GB
|
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 AddShardConfig()
public AddShardConfig(AddShardConfig source)
public Long getShardCount()
public void setShardCount(Long ShardCount)
ShardCount
- 新增分片的数量public Long getShardMemory()
public void setShardMemory(Long ShardMemory)
ShardMemory
- 分片内存大小,单位 GBpublic Long getShardStorage()
public void setShardStorage(Long ShardStorage)
ShardStorage
- 分片存储大小,单位 GBCopyright © 2021. All rights reserved.