public interface ConsumerIndexManager extends LifeCycle
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,org.joyqueue.exception.JoyQueueCode> |
batchCommitReply(Map<String,List<ConsumeReply>> replyMap,
String app,
long timeout) |
com.google.common.collect.Table<String,Short,FetchIndexData> |
batchFetchIndex(Map<String,List<Short>> topicMap,
String app,
long timeout) |
org.joyqueue.exception.JoyQueueCode |
commitReply(String topic,
List<ConsumeReply> replyList,
String app,
long timeout) |
FetchIndexData |
fetchIndex(String topic,
String app,
short partition,
long timeout) |
org.joyqueue.exception.JoyQueueCode |
resetIndex(String topic,
String app,
short partition,
long timeout) |
org.joyqueue.exception.JoyQueueCode resetIndex(String topic, String app, short partition, long timeout)
FetchIndexData fetchIndex(String topic, String app, short partition, long timeout)
org.joyqueue.exception.JoyQueueCode commitReply(String topic, List<ConsumeReply> replyList, String app, long timeout)
com.google.common.collect.Table<String,Short,FetchIndexData> batchFetchIndex(Map<String,List<Short>> topicMap, String app, long timeout)
Copyright © 2020 Joyqueue Community. All rights reserved.