public class ConsumerGroupHeartBeatRequest extends ConsumerGroupRequest
| 构造器和说明 |
|---|
ConsumerGroupHeartBeatRequest(String project,
String logstore,
String consumerGroup,
String consumer,
List<Integer> shards) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
GetRequestBody() |
List<Integer> |
getShards() |
List<Integer> |
GetShards()
已过时。
|
void |
SetShards(ArrayList<Integer> shards)
已过时。
|
void |
setShards(List<Integer> shards) |
GetLogStore, SetLogStoreGetAllParams, GetParam, GetProject, SetParampublic ConsumerGroupHeartBeatRequest(String project, String logstore, String consumerGroup, String consumer, List<Integer> shards)
project - project namelogstore - logstore nameconsumerGroup - consumer group nameconsumer - consumer nameshards - the shards hold by the consumerCopyright © 2026. All Rights Reserved.