public class AMQPClusterConfig extends AbstractModel
Constructor and Description |
---|
AMQPClusterConfig() |
AMQPClusterConfig(AMQPClusterConfig 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 |
getMaxConnNumPerVHost()
Get 单Vhost客户端连接数上限
|
Long |
getMaxExchangeNum()
Get 最大exchange数量
|
Long |
getMaxQueueNum()
Get 最大Queue数量
|
Long |
getMaxRetentionTime()
Get 消息最大保留时间,以毫秒为单位
|
Long |
getMaxTpsPerVHost()
Get 单Vhost TPS上限
|
Long |
getMaxVHostNum()
Get 最大Vhost数量
|
Long |
getUsedExchangeNum()
Get 已使用exchange数量
|
Long |
getUsedQueueNum()
Get 已使用queue数量
|
Long |
getUsedVHostNum()
Get 已使用Vhost数量
|
void |
setMaxConnNumPerVHost(Long MaxConnNumPerVHost)
Set 单Vhost客户端连接数上限
|
void |
setMaxExchangeNum(Long MaxExchangeNum)
Set 最大exchange数量
|
void |
setMaxQueueNum(Long MaxQueueNum)
Set 最大Queue数量
|
void |
setMaxRetentionTime(Long MaxRetentionTime)
Set 消息最大保留时间,以毫秒为单位
|
void |
setMaxTpsPerVHost(Long MaxTpsPerVHost)
Set 单Vhost TPS上限
|
void |
setMaxVHostNum(Long MaxVHostNum)
Set 最大Vhost数量
|
void |
setUsedExchangeNum(Long UsedExchangeNum)
Set 已使用exchange数量
|
void |
setUsedQueueNum(Long UsedQueueNum)
Set 已使用queue数量
|
void |
setUsedVHostNum(Long UsedVHostNum)
Set 已使用Vhost数量
|
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 AMQPClusterConfig()
public AMQPClusterConfig(AMQPClusterConfig source)
public Long getMaxTpsPerVHost()
public void setMaxTpsPerVHost(Long MaxTpsPerVHost)
MaxTpsPerVHost
- 单Vhost TPS上限public Long getMaxConnNumPerVHost()
public void setMaxConnNumPerVHost(Long MaxConnNumPerVHost)
MaxConnNumPerVHost
- 单Vhost客户端连接数上限public Long getMaxVHostNum()
public void setMaxVHostNum(Long MaxVHostNum)
MaxVHostNum
- 最大Vhost数量public Long getMaxExchangeNum()
public void setMaxExchangeNum(Long MaxExchangeNum)
MaxExchangeNum
- 最大exchange数量public Long getMaxQueueNum()
public void setMaxQueueNum(Long MaxQueueNum)
MaxQueueNum
- 最大Queue数量public Long getMaxRetentionTime()
public void setMaxRetentionTime(Long MaxRetentionTime)
MaxRetentionTime
- 消息最大保留时间,以毫秒为单位public Long getUsedVHostNum()
public void setUsedVHostNum(Long UsedVHostNum)
UsedVHostNum
- 已使用Vhost数量public Long getUsedExchangeNum()
public void setUsedExchangeNum(Long UsedExchangeNum)
UsedExchangeNum
- 已使用exchange数量public Long getUsedQueueNum()
public void setUsedQueueNum(Long UsedQueueNum)
UsedQueueNum
- 已使用queue数量Copyright © 2022. All rights reserved.