| 程序包 | 说明 |
|---|---|
| org.joyqueue.client.internal.consumer | |
| org.joyqueue.client.internal.consumer.support |
| 限定符和类型 | 方法和说明 |
|---|---|
FetchIndexData |
MessageConsumer.fetchIndex(short partition) |
FetchIndexData |
MessagePoller.fetchIndex(String topic,
short partition) |
FetchIndexData |
ConsumerIndexManager.fetchIndex(String topic,
String app,
short partition,
long timeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.common.collect.Table<String,Short,FetchIndexData> |
ConsumerIndexManager.batchFetchIndex(Map<String,List<Short>> topicMap,
String app,
long timeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
FetchIndexData |
MessageConsumerWrapper.fetchIndex(short partition) |
FetchIndexData |
DefaultMessageConsumer.fetchIndex(short partition) |
FetchIndexData |
BroadcastMessagePoller.fetchIndex(String topic,
short partition) |
FetchIndexData |
DefaultMessagePoller.fetchIndex(String topic,
short partition) |
FetchIndexData |
MessagePollerWrapper.fetchIndex(String topic,
short partition) |
FetchIndexData |
PartitionMessagePoller.fetchIndex(String topic,
short partition) |
FetchIndexData |
LocalConsumerIndexManager.fetchIndex(String topic,
String app,
short partition,
long timeout) |
FetchIndexData |
DefaultConsumerIndexManager.fetchIndex(String topic,
String app,
short partition,
long timeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.common.collect.Table<String,Short,FetchIndexData> |
LocalConsumerIndexManager.batchFetchIndex(Map<String,List<Short>> topicMap,
String app,
long timeout) |
com.google.common.collect.Table<String,Short,FetchIndexData> |
DefaultConsumerIndexManager.batchFetchIndex(Map<String,List<Short>> topicMap,
String app,
long timeout) |
Copyright © 2020 Joyqueue Community. All rights reserved.