| 限定符和类型 | 方法和说明 |
|---|---|
FetchMessageData |
MessageFetcher.fetch(BrokerNode brokerNode,
String topic,
String app,
int count,
long timeout,
long ackTimeout,
long longPollTimeout) |
FetchMessageData |
MessageFetcher.fetchPartition(BrokerNode brokerNode,
String topic,
String app,
short partition,
int count,
long timeout) |
FetchMessageData |
MessageFetcher.fetchPartition(BrokerNode brokerNode,
String topic,
String app,
short partition,
long index,
int count,
long timeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,FetchMessageData> |
MessageFetcher.batchFetch(BrokerNode brokerNode,
List<String> topics,
String app,
int count,
long timeout,
long ackTimeout,
long longPollTimeout) |
com.google.common.collect.Table<String,Short,FetchMessageData> |
MessageFetcher.batchFetchPartitions(BrokerNode brokerNode,
Map<String,Short> partitions,
String app,
int count,
long timeout) |
com.google.common.collect.Table<String,Short,FetchMessageData> |
MessageFetcher.batchFetchPartitions(BrokerNode brokerNode,
com.google.common.collect.Table<String,Short,Long> partitions,
String app,
int count,
long timeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PartitionConsumerListener.onMessage(FetchMessageData fetchMessageData) |
void |
FetchListener.onMessage(FetchMessageData fetchMessageData) |
void |
PartitionFetchListener.onMessage(FetchMessageData fetchMessageData) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BatchFetchListener.onMessage(Map<String,FetchMessageData> fetchMessageMap) |
void |
BatchPartitionFetchListener.onMessage(com.google.common.collect.Table<String,Short,FetchMessageData> fetchMessageTable) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,FetchMessageData> |
BrokerMessageConverter.convert(String app,
Map<String,FetchTopicMessageAckData> topicMessageMap) |
static com.google.common.collect.Table<String,Short,FetchMessageData> |
BrokerMessageConverter.convert(String app,
com.google.common.collect.Table<String,Short,FetchPartitionMessageAckData> topicMessageTable) |
| 限定符和类型 | 方法和说明 |
|---|---|
FetchMessageData |
MessageFetcherWrapper.fetch(BrokerNode brokerNode,
String topic,
String app,
int count,
long timeout,
long ackTimeout,
long longPollTimeout) |
FetchMessageData |
DefaultMessageFetcher.fetch(BrokerNode brokerNode,
String topic,
String app,
int count,
long timeout,
long ackTimeout,
long longPollTimeout) |
FetchMessageData |
MessageFetcherWrapper.fetchPartition(BrokerNode brokerNode,
String topic,
String app,
short partition,
int count,
long timeout) |
FetchMessageData |
DefaultMessageFetcher.fetchPartition(BrokerNode brokerNode,
String topic,
String app,
short partition,
int count,
long timeout) |
FetchMessageData |
MessageFetcherWrapper.fetchPartition(BrokerNode brokerNode,
String topic,
String app,
short partition,
long index,
int count,
long timeout) |
FetchMessageData |
DefaultMessageFetcher.fetchPartition(BrokerNode brokerNode,
String topic,
String app,
short partition,
long index,
int count,
long timeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,FetchMessageData> |
MessageFetcherWrapper.batchFetch(BrokerNode brokerNode,
List<String> topics,
String app,
int count,
long timeout,
long ackTimeout,
long longPollTimeout) |
Map<String,FetchMessageData> |
DefaultMessageFetcher.batchFetch(BrokerNode brokerNode,
List<String> topics,
String app,
int count,
long timeout,
long ackTimeout,
long longPollTimeout) |
com.google.common.collect.Table<String,Short,FetchMessageData> |
MessageFetcherWrapper.batchFetchPartitions(BrokerNode brokerNode,
Map<String,Short> partitions,
String app,
int count,
long timeout) |
com.google.common.collect.Table<String,Short,FetchMessageData> |
DefaultMessageFetcher.batchFetchPartitions(BrokerNode brokerNode,
Map<String,Short> partitions,
String app,
int count,
long timeout) |
com.google.common.collect.Table<String,Short,FetchMessageData> |
MessageFetcherWrapper.batchFetchPartitions(BrokerNode brokerNode,
com.google.common.collect.Table<String,Short,Long> partitions,
String app,
int count,
long timeout) |
com.google.common.collect.Table<String,Short,FetchMessageData> |
DefaultMessageFetcher.batchFetchPartitions(BrokerNode brokerNode,
com.google.common.collect.Table<String,Short,Long> partitions,
String app,
int count,
long timeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<ConsumeMessage> |
MessagePollerInner.handleFetchMessageData(String topic,
String app,
FetchMessageData fetchMessageData) |
Copyright © 2020 Joyqueue Community. All rights reserved.