public class TopicFlowRankingResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
TopicFlowRankingResult() |
TopicFlowRankingResult(TopicFlowRankingResult 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[] |
getBrokerIp()
Get Broker Ip 列表
注意:此字段可能返回 null,表示取不到有效值。
|
BrokerTopicData[] |
getBrokerTopicData()
Get 单个broker 节点 Topic占用的数据大小
注意:此字段可能返回 null,表示取不到有效值。
|
BrokerTopicFlowData[] |
getBrokerTopicFlowData()
Get 单个Broker 节点Topic 流量的大小(单位MB)
|
ConsumerGroupSpeed[] |
getConsumeSpeed()
Get 消费者组消费速度排行速度
|
TopicFlowRanking[] |
getTopicFlow()
Get Topic 流量数组
|
TopicMessageHeapRanking[] |
getTopicMessageHeap()
Get Topic 消息堆积/占用磁盘排行
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBrokerIp(String[] BrokerIp)
Set Broker Ip 列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBrokerTopicData(BrokerTopicData[] BrokerTopicData)
Set 单个broker 节点 Topic占用的数据大小
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBrokerTopicFlowData(BrokerTopicFlowData[] BrokerTopicFlowData)
Set 单个Broker 节点Topic 流量的大小(单位MB)
|
void |
setConsumeSpeed(ConsumerGroupSpeed[] ConsumeSpeed)
Set 消费者组消费速度排行速度
|
void |
setTopicFlow(TopicFlowRanking[] TopicFlow)
Set Topic 流量数组
|
void |
setTopicMessageHeap(TopicMessageHeapRanking[] TopicMessageHeap)
Set Topic 消息堆积/占用磁盘排行
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TopicFlowRankingResult()
public TopicFlowRankingResult(TopicFlowRankingResult source)
public TopicFlowRanking[] getTopicFlow()
public void setTopicFlow(TopicFlowRanking[] TopicFlow)
TopicFlow
- Topic 流量数组public ConsumerGroupSpeed[] getConsumeSpeed()
public void setConsumeSpeed(ConsumerGroupSpeed[] ConsumeSpeed)
ConsumeSpeed
- 消费者组消费速度排行速度public TopicMessageHeapRanking[] getTopicMessageHeap()
public void setTopicMessageHeap(TopicMessageHeapRanking[] TopicMessageHeap)
TopicMessageHeap
- Topic 消息堆积/占用磁盘排行
注意:此字段可能返回 null,表示取不到有效值。public String[] getBrokerIp()
public void setBrokerIp(String[] BrokerIp)
BrokerIp
- Broker Ip 列表
注意:此字段可能返回 null,表示取不到有效值。public BrokerTopicData[] getBrokerTopicData()
public void setBrokerTopicData(BrokerTopicData[] BrokerTopicData)
BrokerTopicData
- 单个broker 节点 Topic占用的数据大小
注意:此字段可能返回 null,表示取不到有效值。public BrokerTopicFlowData[] getBrokerTopicFlowData()
public void setBrokerTopicFlowData(BrokerTopicFlowData[] BrokerTopicFlowData)
BrokerTopicFlowData
- 单个Broker 节点Topic 流量的大小(单位MB)Copyright © 2024. All rights reserved.