Serializablepublic 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, SetLogStoreclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitGetAllParams, 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 © 2018. All Rights Reserved.