public class GroupDTO extends Object
| 构造器和说明 |
|---|
GroupDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBalance()
均衡算法
|
String |
getCell()
单元
|
String |
getGroupId()
分组名
|
String |
getInstanceId()
实例id
|
Boolean |
getIsSimpleConsumerGroup()
是否为 simple group.
|
String |
getState()
consumer group的状态: UNKNOWN("Unknown"), PREPARING_REBALANCE("PreparingRebalance"), COMPLETING_REBALANCE("CompletingRebalance"), STABLE("Stable"), DEAD("Dead"), EMPTY("Empty");
|
Long |
getUnconsumed()
未消费的消息条数
|
void |
setBalance(String balance)
均衡算法
|
void |
setCell(String cell)
单元
|
void |
setGroupId(String groupId)
分组名
|
void |
setInstanceId(String instanceId)
实例id
|
void |
setIsSimpleConsumerGroup(Boolean isSimpleConsumerGroup)
是否为 simple group.
|
void |
setState(String state)
consumer group的状态: UNKNOWN("Unknown"), PREPARING_REBALANCE("PreparingRebalance"), COMPLETING_REBALANCE("CompletingRebalance"), STABLE("Stable"), DEAD("Dead"), EMPTY("Empty");
|
void |
setUnconsumed(Long unconsumed)
未消费的消息条数
|
public String getInstanceId()
public void setInstanceId(String instanceId)
public String getCell()
public void setCell(String cell)
public String getGroupId()
public void setGroupId(String groupId)
public String getState()
public void setState(String state)
public String getBalance()
public void setBalance(String balance)
public Boolean getIsSimpleConsumerGroup()
public void setIsSimpleConsumerGroup(Boolean isSimpleConsumerGroup)
public Long getUnconsumed()
public void setUnconsumed(Long unconsumed)
Copyright © 2025. All Rights Reserved.