| 程序包 | 说明 |
|---|---|
| com.taosdata.jdbc.common | |
| com.taosdata.jdbc.tmq | |
| com.taosdata.jdbc.ws.tmq |
| 限定符和类型 | 方法和说明 |
|---|---|
ConsumerRecords<V> |
Consumer.poll(Duration timeout,
Deserializer<V> deserializer)
get result records
|
| 限定符和类型 | 字段和说明 |
|---|---|
static ConsumerRecords<?> |
ConsumerRecords.EMPTY |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ConsumerRecords<T> |
ConsumerRecords.emptyRecord() |
ConsumerRecords<V> |
TaosConsumer.poll(Duration timeout) |
ConsumerRecords<V> |
JNIConsumer.poll(Duration timeout,
Deserializer<V> deserializer) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
OffsetCommitCallback.onComplete(ConsumerRecords<V> records,
Exception exception) |
| 构造器和说明 |
|---|
OffsetWaitCallback(ConsumerRecords<V> cRecord,
JNIConsumer<?> consumer,
OffsetCommitCallback<V> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
ConsumerRecords<V> |
WSConsumer.poll(Duration timeout,
Deserializer<V> deserializer) |
Copyright © 2023. All rights reserved.