public class ConsumersSchedule extends AbstractModel
Constructor and Description |
---|
ConsumersSchedule() |
ConsumersSchedule(ConsumersSchedule 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 |
getMsgBacklog()
Get The number of heaped messages.
|
String |
getMsgRateExpired()
Get Percentage of messages discarded due to timeout.
|
String |
getMsgRateOut()
Get The total number of messages delivered by the consumer per second.
|
String |
getMsgThroughputOut()
Get The size (in bytes) of messages consumed by the consumer per second.
|
Long |
getNumberOfEntries()
Get The number of messages.
|
Long |
getPartitions()
Get ID of the current partition.
|
void |
setMsgBacklog(Long MsgBacklog)
Set The number of heaped messages.
|
void |
setMsgRateExpired(String MsgRateExpired)
Set Percentage of messages discarded due to timeout.
|
void |
setMsgRateOut(String MsgRateOut)
Set The total number of messages delivered by the consumer per second.
|
void |
setMsgThroughputOut(String MsgThroughputOut)
Set The size (in bytes) of messages consumed by the consumer per second.
|
void |
setNumberOfEntries(Long NumberOfEntries)
Set The number of messages.
|
void |
setPartitions(Long Partitions)
Set ID of the current partition.
|
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 ConsumersSchedule()
public ConsumersSchedule(ConsumersSchedule source)
public Long getPartitions()
public void setPartitions(Long Partitions)
Partitions
- ID of the current partition.
Note: This field may return null, indicating that no valid values can be obtained.public Long getNumberOfEntries()
public void setNumberOfEntries(Long NumberOfEntries)
NumberOfEntries
- The number of messages.
Note: This field may return null, indicating that no valid values can be obtained.public Long getMsgBacklog()
public void setMsgBacklog(Long MsgBacklog)
MsgBacklog
- The number of heaped messages.
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 the consumer per second.public String getMsgThroughputOut()
public void setMsgThroughputOut(String MsgThroughputOut)
MsgThroughputOut
- The size (in bytes) of messages consumed by the consumer per second.public String getMsgRateExpired()
public void setMsgRateExpired(String MsgRateExpired)
MsgRateExpired
- Percentage of messages discarded due to timeout.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.