public class PartitionsTopic extends AbstractModel
Constructor and Description |
---|
PartitionsTopic() |
PartitionsTopic(PartitionsTopic 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 |
getAverageMsgSize()
Get 最后一次间隔内发布消息的平均byte大小。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getConsumerCount()
Get 消费者数量。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLastConfirmedEntry()
Get 被记录下来的消息总数。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLastLedgerCreatedTimestamp()
Get 最后一个ledger创建的时间。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMsgRateIn()
Get 本地和复制的发布者每秒发布消息的速率。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMsgRateOut()
Get 本地和复制的消费者每秒分发消息的数量之和。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMsgThroughputIn()
Get 本地和复制的发布者每秒发布消息的byte。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMsgThroughputOut()
Get 本地和复制的消费者每秒分发消息的byte。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNumberOfEntries()
Get 被记录下来的消息总数。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPartitions()
Get 子分区id。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProducerCount()
Get 生产者数量。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTopicType()
Get topic类型描述。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTotalSize()
Get 以byte计算的所有消息存储总量。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAverageMsgSize(String AverageMsgSize)
Set 最后一次间隔内发布消息的平均byte大小。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConsumerCount(String ConsumerCount)
Set 消费者数量。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLastConfirmedEntry(String LastConfirmedEntry)
Set 被记录下来的消息总数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLastLedgerCreatedTimestamp(String LastLedgerCreatedTimestamp)
Set 最后一个ledger创建的时间。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMsgRateIn(String MsgRateIn)
Set 本地和复制的发布者每秒发布消息的速率。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMsgRateOut(String MsgRateOut)
Set 本地和复制的消费者每秒分发消息的数量之和。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMsgThroughputIn(String MsgThroughputIn)
Set 本地和复制的发布者每秒发布消息的byte。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMsgThroughputOut(String MsgThroughputOut)
Set 本地和复制的消费者每秒分发消息的byte。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNumberOfEntries(String NumberOfEntries)
Set 被记录下来的消息总数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPartitions(Long Partitions)
Set 子分区id。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProducerCount(String ProducerCount)
Set 生产者数量。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTopicType(Long TopicType)
Set topic类型描述。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalSize(String TotalSize)
Set 以byte计算的所有消息存储总量。
注意:此字段可能返回 null,表示取不到有效值。
|
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 PartitionsTopic()
public PartitionsTopic(PartitionsTopic source)
public String getAverageMsgSize()
public void setAverageMsgSize(String AverageMsgSize)
AverageMsgSize
- 最后一次间隔内发布消息的平均byte大小。
注意:此字段可能返回 null,表示取不到有效值。public String getConsumerCount()
public void setConsumerCount(String ConsumerCount)
ConsumerCount
- 消费者数量。
注意:此字段可能返回 null,表示取不到有效值。public String getLastConfirmedEntry()
public void setLastConfirmedEntry(String LastConfirmedEntry)
LastConfirmedEntry
- 被记录下来的消息总数。
注意:此字段可能返回 null,表示取不到有效值。public String getLastLedgerCreatedTimestamp()
public void setLastLedgerCreatedTimestamp(String LastLedgerCreatedTimestamp)
LastLedgerCreatedTimestamp
- 最后一个ledger创建的时间。
注意:此字段可能返回 null,表示取不到有效值。public String getMsgRateIn()
public void setMsgRateIn(String MsgRateIn)
MsgRateIn
- 本地和复制的发布者每秒发布消息的速率。
注意:此字段可能返回 null,表示取不到有效值。public String getMsgRateOut()
public void setMsgRateOut(String MsgRateOut)
MsgRateOut
- 本地和复制的消费者每秒分发消息的数量之和。
注意:此字段可能返回 null,表示取不到有效值。public String getMsgThroughputIn()
public void setMsgThroughputIn(String MsgThroughputIn)
MsgThroughputIn
- 本地和复制的发布者每秒发布消息的byte。
注意:此字段可能返回 null,表示取不到有效值。public String getMsgThroughputOut()
public void setMsgThroughputOut(String MsgThroughputOut)
MsgThroughputOut
- 本地和复制的消费者每秒分发消息的byte。
注意:此字段可能返回 null,表示取不到有效值。public String getNumberOfEntries()
public void setNumberOfEntries(String NumberOfEntries)
NumberOfEntries
- 被记录下来的消息总数。
注意:此字段可能返回 null,表示取不到有效值。public Long getPartitions()
public void setPartitions(Long Partitions)
Partitions
- 子分区id。
注意:此字段可能返回 null,表示取不到有效值。public String getProducerCount()
public void setProducerCount(String ProducerCount)
ProducerCount
- 生产者数量。
注意:此字段可能返回 null,表示取不到有效值。public String getTotalSize()
public void setTotalSize(String TotalSize)
TotalSize
- 以byte计算的所有消息存储总量。
注意:此字段可能返回 null,表示取不到有效值。public Long getTopicType()
public void setTopicType(Long TopicType)
TopicType
- topic类型描述。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.