public class DescribeKafkaConsumerGroupDetailResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeKafkaConsumerGroupDetailResponse() |
DescribeKafkaConsumerGroupDetailResponse(DescribeKafkaConsumerGroupDetailResponse 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 |
getGroup()
Get 消费组名称
|
String |
getLogsetId()
Get 日志集id
|
GroupPartitionInfo[] |
getPartitionInfos()
Get 消费组信息列表
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
String |
getState()
Get Empty:组内没有成员,但存在已提交的偏移量。所有消费者都离开但保留了偏移量
Dead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动
Stable:组内成员正常消费,分区分配平衡。正常运行状态
PreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开
CompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开
|
void |
setGroup(String Group)
Set 消费组名称
|
void |
setLogsetId(String LogsetId)
Set 日志集id
|
void |
setPartitionInfos(GroupPartitionInfo[] PartitionInfos)
Set 消费组信息列表
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setState(String State)
Set Empty:组内没有成员,但存在已提交的偏移量。所有消费者都离开但保留了偏移量
Dead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动
Stable:组内成员正常消费,分区分配平衡。正常运行状态
PreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开
CompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开
|
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 DescribeKafkaConsumerGroupDetailResponse()
public DescribeKafkaConsumerGroupDetailResponse(DescribeKafkaConsumerGroupDetailResponse source)
public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- 日志集idpublic String getGroup()
public void setGroup(String Group)
Group
- 消费组名称public GroupPartitionInfo[] getPartitionInfos()
public void setPartitionInfos(GroupPartitionInfo[] PartitionInfos)
PartitionInfos
- 消费组信息列表public String getState()
public void setState(String State)
State
- Empty:组内没有成员,但存在已提交的偏移量。所有消费者都离开但保留了偏移量
Dead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动
Stable:组内成员正常消费,分区分配平衡。正常运行状态
PreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开
CompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.