| Package | Description |
|---|---|
| com.taosdata.jdbc.common | |
| com.taosdata.jdbc.tmq | |
| com.taosdata.jdbc.ws.tmq |
| Modifier and Type | Method and Description |
|---|---|
OffsetAndMetadata |
Consumer.committed(TopicPartition partition)
Get the last committed offset for the given partition.
|
| Modifier and Type | Method and Description |
|---|---|
Map<TopicPartition,OffsetAndMetadata> |
Consumer.committed(Set<TopicPartition> partitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
Consumer.commitAsync(Map<TopicPartition,OffsetAndMetadata> offsets,
OffsetCommitCallback<V> callback) |
void |
Consumer.commitSync(Map<TopicPartition,OffsetAndMetadata> offsets) |
| Modifier and Type | Method and Description |
|---|---|
OffsetAndMetadata |
JNIConsumer.committed(TopicPartition partition) |
OffsetAndMetadata |
TaosConsumer.committed(TopicPartition partition) |
| Modifier and Type | Method and Description |
|---|---|
Map<TopicPartition,OffsetAndMetadata> |
JNIConsumer.committed(Set<TopicPartition> partitions) |
Map<TopicPartition,OffsetAndMetadata> |
TaosConsumer.committed(Set<TopicPartition> partitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
JNIConsumer.commitAsync(Map<TopicPartition,OffsetAndMetadata> offsets,
OffsetCommitCallback<V> callback) |
void |
TaosConsumer.commitAsync(Map<TopicPartition,OffsetAndMetadata> offsets,
OffsetCommitCallback<V> callback) |
void |
JNIConsumer.commitSync(Map<TopicPartition,OffsetAndMetadata> offsets) |
void |
TaosConsumer.commitSync(Map<TopicPartition,OffsetAndMetadata> offsets) |
void |
OffsetCommitCallback.onComplete(Map<TopicPartition,OffsetAndMetadata> offsets,
Exception exception) |
| Constructor and Description |
|---|
OffsetWaitCallback(Map<TopicPartition,OffsetAndMetadata> offsets,
JNIConsumer<?> consumer,
OffsetCommitCallback<V> callback) |
| Modifier and Type | Method and Description |
|---|---|
OffsetAndMetadata |
WSConsumer.committed(TopicPartition partition) |
| Modifier and Type | Method and Description |
|---|---|
Map<TopicPartition,OffsetAndMetadata> |
WSConsumer.committed(Set<TopicPartition> partitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
WSConsumer.commitAsync(Map<TopicPartition,OffsetAndMetadata> offsets,
OffsetCommitCallback<V> callback) |
void |
WSConsumer.commitSync(Map<TopicPartition,OffsetAndMetadata> offsets) |
Copyright © 2023. All rights reserved.