Class RocketMQClusterConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.RocketMQClusterConfig
-
public class RocketMQClusterConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RocketMQClusterConfig()RocketMQClusterConfig(RocketMQClusterConfig 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetMaxGroupNum()Get 最大Group数量LonggetMaxLatencyTime()Get 消息最长延时,以毫秒为单位LonggetMaxNamespaceNum()Get 最大命名空间数量LonggetMaxQueuesPerTopic()Get 单个主题最大队列数 注意:此字段可能返回 null,表示取不到有效值。LonggetMaxRetentionTime()Get 消息最大保留时间,以毫秒为单位LonggetMaxTopicNum()Get 最大Topic数量LonggetMaxTpsPerNamespace()Get 单命名空间TPS上线LonggetUsedGroupNum()Get 已使用Group数量LonggetUsedNamespaceNum()Get 已使用命名空间数量LonggetUsedTopicNum()Get 已使用Topic数量voidsetMaxGroupNum(Long MaxGroupNum)Set 最大Group数量voidsetMaxLatencyTime(Long MaxLatencyTime)Set 消息最长延时,以毫秒为单位voidsetMaxNamespaceNum(Long MaxNamespaceNum)Set 最大命名空间数量voidsetMaxQueuesPerTopic(Long MaxQueuesPerTopic)Set 单个主题最大队列数 注意:此字段可能返回 null,表示取不到有效值。voidsetMaxRetentionTime(Long MaxRetentionTime)Set 消息最大保留时间,以毫秒为单位voidsetMaxTopicNum(Long MaxTopicNum)Set 最大Topic数量voidsetMaxTpsPerNamespace(Long MaxTpsPerNamespace)Set 单命名空间TPS上线voidsetUsedGroupNum(Long UsedGroupNum)Set 已使用Group数量voidsetUsedNamespaceNum(Long UsedNamespaceNum)Set 已使用命名空间数量voidsetUsedTopicNum(Long UsedTopicNum)Set 已使用Topic数量voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RocketMQClusterConfig
public RocketMQClusterConfig()
-
RocketMQClusterConfig
public RocketMQClusterConfig(RocketMQClusterConfig 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.
-
-
Method Detail
-
getMaxTpsPerNamespace
public Long getMaxTpsPerNamespace()
Get 单命名空间TPS上线- Returns:
- MaxTpsPerNamespace 单命名空间TPS上线
-
setMaxTpsPerNamespace
public void setMaxTpsPerNamespace(Long MaxTpsPerNamespace)
Set 单命名空间TPS上线- Parameters:
MaxTpsPerNamespace- 单命名空间TPS上线
-
getMaxNamespaceNum
public Long getMaxNamespaceNum()
Get 最大命名空间数量- Returns:
- MaxNamespaceNum 最大命名空间数量
-
setMaxNamespaceNum
public void setMaxNamespaceNum(Long MaxNamespaceNum)
Set 最大命名空间数量- Parameters:
MaxNamespaceNum- 最大命名空间数量
-
getUsedNamespaceNum
public Long getUsedNamespaceNum()
Get 已使用命名空间数量- Returns:
- UsedNamespaceNum 已使用命名空间数量
-
setUsedNamespaceNum
public void setUsedNamespaceNum(Long UsedNamespaceNum)
Set 已使用命名空间数量- Parameters:
UsedNamespaceNum- 已使用命名空间数量
-
getMaxTopicNum
public Long getMaxTopicNum()
Get 最大Topic数量- Returns:
- MaxTopicNum 最大Topic数量
-
setMaxTopicNum
public void setMaxTopicNum(Long MaxTopicNum)
Set 最大Topic数量- Parameters:
MaxTopicNum- 最大Topic数量
-
getUsedTopicNum
public Long getUsedTopicNum()
Get 已使用Topic数量- Returns:
- UsedTopicNum 已使用Topic数量
-
setUsedTopicNum
public void setUsedTopicNum(Long UsedTopicNum)
Set 已使用Topic数量- Parameters:
UsedTopicNum- 已使用Topic数量
-
getMaxGroupNum
public Long getMaxGroupNum()
Get 最大Group数量- Returns:
- MaxGroupNum 最大Group数量
-
setMaxGroupNum
public void setMaxGroupNum(Long MaxGroupNum)
Set 最大Group数量- Parameters:
MaxGroupNum- 最大Group数量
-
getUsedGroupNum
public Long getUsedGroupNum()
Get 已使用Group数量- Returns:
- UsedGroupNum 已使用Group数量
-
setUsedGroupNum
public void setUsedGroupNum(Long UsedGroupNum)
Set 已使用Group数量- Parameters:
UsedGroupNum- 已使用Group数量
-
getMaxRetentionTime
public Long getMaxRetentionTime()
Get 消息最大保留时间,以毫秒为单位- Returns:
- MaxRetentionTime 消息最大保留时间,以毫秒为单位
-
setMaxRetentionTime
public void setMaxRetentionTime(Long MaxRetentionTime)
Set 消息最大保留时间,以毫秒为单位- Parameters:
MaxRetentionTime- 消息最大保留时间,以毫秒为单位
-
getMaxLatencyTime
public Long getMaxLatencyTime()
Get 消息最长延时,以毫秒为单位- Returns:
- MaxLatencyTime 消息最长延时,以毫秒为单位
-
setMaxLatencyTime
public void setMaxLatencyTime(Long MaxLatencyTime)
Set 消息最长延时,以毫秒为单位- Parameters:
MaxLatencyTime- 消息最长延时,以毫秒为单位
-
getMaxQueuesPerTopic
public Long getMaxQueuesPerTopic()
Get 单个主题最大队列数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MaxQueuesPerTopic 单个主题最大队列数 注意:此字段可能返回 null,表示取不到有效值。
-
setMaxQueuesPerTopic
public void setMaxQueuesPerTopic(Long MaxQueuesPerTopic)
Set 单个主题最大队列数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MaxQueuesPerTopic- 单个主题最大队列数 注意:此字段可能返回 null,表示取不到有效值。
-
-