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