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 Average size of the messages published in the last interval in bytes.
|
String |
getConsumerCount()
Get The number of consumers.
|
String |
getLastConfirmedEntry()
Get The total number of recorded messages.
|
String |
getLastLedgerCreatedTimestamp()
Get Time when the last ledger was created.
|
String |
getMsgRateIn()
Get The number of messages published by local and replicated publishers per second.
|
String |
getMsgRateOut()
Get The total number of messages delivered by local and replicated consumers per second.
|
String |
getMsgThroughputIn()
Get The size (in bytes) of messages published by local and replicated publishers per second.
|
String |
getMsgThroughputOut()
Get The size (in bytes) of messages delivered by local and replicated consumers per second.
|
String |
getNumberOfEntries()
Get The total number of recorded messages.
|
Long |
getPartitions()
Get Subpartition ID.
|
String |
getProducerCount()
Get The number of producers.
|
Long |
getTopicType()
Get Topic type description.
|
String |
getTotalSize()
Get Total size of all stored messages in bytes.
|
void |
setAverageMsgSize(String AverageMsgSize)
Set Average size of the messages published in the last interval in bytes.
|
void |
setConsumerCount(String ConsumerCount)
Set The number of consumers.
|
void |
setLastConfirmedEntry(String LastConfirmedEntry)
Set The total number of recorded messages.
|
void |
setLastLedgerCreatedTimestamp(String LastLedgerCreatedTimestamp)
Set Time when the last ledger was created.
|
void |
setMsgRateIn(String MsgRateIn)
Set The number of messages published by local and replicated publishers per second.
|
void |
setMsgRateOut(String MsgRateOut)
Set The total number of messages delivered by local and replicated consumers per second.
|
void |
setMsgThroughputIn(String MsgThroughputIn)
Set The size (in bytes) of messages published by local and replicated publishers per second.
|
void |
setMsgThroughputOut(String MsgThroughputOut)
Set The size (in bytes) of messages delivered by local and replicated consumers per second.
|
void |
setNumberOfEntries(String NumberOfEntries)
Set The total number of recorded messages.
|
void |
setPartitions(Long Partitions)
Set Subpartition ID.
|
void |
setProducerCount(String ProducerCount)
Set The number of producers.
|
void |
setTopicType(Long TopicType)
Set Topic type description.
|
void |
setTotalSize(String TotalSize)
Set Total size of all stored messages in bytes.
|
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
- Average size of the messages published in the last interval in bytes.
Note: This field may return null, indicating that no valid values can be obtained.public String getConsumerCount()
public void setConsumerCount(String ConsumerCount)
ConsumerCount
- The number of consumers.
Note: This field may return null, indicating that no valid values can be obtained.public String getLastConfirmedEntry()
public void setLastConfirmedEntry(String LastConfirmedEntry)
LastConfirmedEntry
- The total number of recorded messages.
Note: This field may return null, indicating that no valid values can be obtained.public String getLastLedgerCreatedTimestamp()
public void setLastLedgerCreatedTimestamp(String LastLedgerCreatedTimestamp)
LastLedgerCreatedTimestamp
- Time when the last ledger was created.
Note: This field may return null, indicating that no valid values can be obtained.public String getMsgRateIn()
public void setMsgRateIn(String MsgRateIn)
MsgRateIn
- The number of messages published by local and replicated publishers per second.
Note: This field may return null, indicating that no valid values can be obtained.public String getMsgRateOut()
public void setMsgRateOut(String MsgRateOut)
MsgRateOut
- The total number of messages delivered by local and replicated consumers per second.
Note: This field may return null, indicating that no valid values can be obtained.public String getMsgThroughputIn()
public void setMsgThroughputIn(String MsgThroughputIn)
MsgThroughputIn
- The size (in bytes) of messages published by local and replicated publishers per second.
Note: This field may return null, indicating that no valid values can be obtained.public String getMsgThroughputOut()
public void setMsgThroughputOut(String MsgThroughputOut)
MsgThroughputOut
- The size (in bytes) of messages delivered by local and replicated consumers per second.
Note: This field may return null, indicating that no valid values can be obtained.public String getNumberOfEntries()
public void setNumberOfEntries(String NumberOfEntries)
NumberOfEntries
- The total number of recorded messages.
Note: This field may return null, indicating that no valid values can be obtained.public Long getPartitions()
public void setPartitions(Long Partitions)
Partitions
- Subpartition ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getProducerCount()
public void setProducerCount(String ProducerCount)
ProducerCount
- The number of producers.
Note: This field may return null, indicating that no valid values can be obtained.public String getTotalSize()
public void setTotalSize(String TotalSize)
TotalSize
- Total size of all stored messages in bytes.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTopicType()
public void setTopicType(Long TopicType)
TopicType
- Topic type description.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.