public class TopicStats extends AbstractModel
header, skipSign
Constructor and Description |
---|
TopicStats() |
TopicStats(TopicStats 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 |
getBrokerName()
Get 所属Broker节点
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLastUpdateTimestamp()
Get 消息最后写入时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMaxOffset()
Get 最大位点
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMessageCount()
Get 消息条数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMinOffset()
Get 最小位点
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getQueueId()
Get 队列编号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBrokerName(String BrokerName)
Set 所属Broker节点
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLastUpdateTimestamp(Long LastUpdateTimestamp)
Set 消息最后写入时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMaxOffset(Long MaxOffset)
Set 最大位点
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMessageCount(Long MessageCount)
Set 消息条数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMinOffset(Long MinOffset)
Set 最小位点
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setQueueId(Long QueueId)
Set 队列编号
注意:此字段可能返回 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 TopicStats()
public TopicStats(TopicStats source)
public String getBrokerName()
public void setBrokerName(String BrokerName)
BrokerName
- 所属Broker节点
注意:此字段可能返回 null,表示取不到有效值。public Long getQueueId()
public void setQueueId(Long QueueId)
QueueId
- 队列编号
注意:此字段可能返回 null,表示取不到有效值。public Long getMinOffset()
public void setMinOffset(Long MinOffset)
MinOffset
- 最小位点
注意:此字段可能返回 null,表示取不到有效值。public Long getMaxOffset()
public void setMaxOffset(Long MaxOffset)
MaxOffset
- 最大位点
注意:此字段可能返回 null,表示取不到有效值。public Long getMessageCount()
public void setMessageCount(Long MessageCount)
MessageCount
- 消息条数
注意:此字段可能返回 null,表示取不到有效值。public Long getLastUpdateTimestamp()
public void setLastUpdateTimestamp(Long LastUpdateTimestamp)
LastUpdateTimestamp
- 消息最后写入时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.