public class RocketMQClusterConfig extends AbstractModel
skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getMaxGroupNum()Get Maximum number of groups | 
| Long | getMaxLatencyTime()Get Maximum message delay in milliseconds | 
| Long | getMaxNamespaceNum()Get Maximum number of namespaces | 
| Long | getMaxQueuesPerTopic()Get The maximum number of queues in a single topic
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getMaxRetentionTime()Get Maximum message retention period in milliseconds | 
| Long | getMaxTopicNum()Get Maximum number of topics | 
| Long | getMaxTpsPerNamespace()Get Maximum TPS per namespace | 
| Long | getUsedGroupNum()Get Number of used groups | 
| Long | getUsedNamespaceNum()Get Number of used namespaces | 
| Long | getUsedTopicNum()Get Number of used topics | 
| void | setMaxGroupNum(Long MaxGroupNum)Set Maximum number of groups | 
| void | setMaxLatencyTime(Long MaxLatencyTime)Set Maximum message delay in milliseconds | 
| void | setMaxNamespaceNum(Long MaxNamespaceNum)Set Maximum number of namespaces | 
| void | setMaxQueuesPerTopic(Long MaxQueuesPerTopic)Set The maximum number of queues in a single topic
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMaxRetentionTime(Long MaxRetentionTime)Set Maximum message retention period in milliseconds | 
| void | setMaxTopicNum(Long MaxTopicNum)Set Maximum number of topics | 
| void | setMaxTpsPerNamespace(Long MaxTpsPerNamespace)Set Maximum TPS per namespace | 
| void | setUsedGroupNum(Long UsedGroupNum)Set Number of used groups | 
| void | setUsedNamespaceNum(Long UsedNamespaceNum)Set Number of used namespaces | 
| void | setUsedTopicNum(Long UsedTopicNum)Set Number of used topics | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RocketMQClusterConfig()
public RocketMQClusterConfig(RocketMQClusterConfig source)
public Long getMaxTpsPerNamespace()
public void setMaxTpsPerNamespace(Long MaxTpsPerNamespace)
MaxTpsPerNamespace - Maximum TPS per namespacepublic Long getMaxNamespaceNum()
public void setMaxNamespaceNum(Long MaxNamespaceNum)
MaxNamespaceNum - Maximum number of namespacespublic Long getUsedNamespaceNum()
public void setUsedNamespaceNum(Long UsedNamespaceNum)
UsedNamespaceNum - Number of used namespacespublic Long getMaxTopicNum()
public void setMaxTopicNum(Long MaxTopicNum)
MaxTopicNum - Maximum number of topicspublic Long getUsedTopicNum()
public void setUsedTopicNum(Long UsedTopicNum)
UsedTopicNum - Number of used topicspublic Long getMaxGroupNum()
public void setMaxGroupNum(Long MaxGroupNum)
MaxGroupNum - Maximum number of groupspublic Long getUsedGroupNum()
public void setUsedGroupNum(Long UsedGroupNum)
UsedGroupNum - Number of used groupspublic Long getMaxRetentionTime()
public void setMaxRetentionTime(Long MaxRetentionTime)
MaxRetentionTime - Maximum message retention period in millisecondspublic Long getMaxLatencyTime()
public void setMaxLatencyTime(Long MaxLatencyTime)
MaxLatencyTime - Maximum message delay in millisecondspublic Long getMaxQueuesPerTopic()
public void setMaxQueuesPerTopic(Long MaxQueuesPerTopic)
MaxQueuesPerTopic - The maximum number of queues in a single topic
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.