| Package | Description |
|---|---|
| com.taosdata.jdbc.ws | |
| com.taosdata.jdbc.ws.entity | |
| com.taosdata.jdbc.ws.stmt2.entity | |
| com.taosdata.jdbc.ws.tmq.entity |
| Modifier and Type | Method and Description |
|---|---|
Response |
Transport.send(Request request) |
Response |
Transport.send(Request request,
boolean reSend) |
void |
Transport.sendWithoutResponse(Request request) |
Response |
Transport.sendWithoutRetry(Request request) |
| Modifier and Type | Method and Description |
|---|---|
static Request |
RequestFactory.generateFetch(long id,
long reqId) |
static Request |
RequestFactory.generateFetchBlock(long id) |
static Request |
RequestFactory.generateQuery(String sql,
long reqId) |
| Modifier and Type | Method and Description |
|---|---|
static Request |
RequestFactory.generateClose(long stmtId,
long reqId) |
static Request |
RequestFactory.generateExec(long stmtId,
long reqId) |
static Request |
RequestFactory.generateInit(long reqId,
boolean singleStbInsert,
boolean singleTableBindOnce) |
static Request |
RequestFactory.generatePrepare(long stmtId,
long reqId,
String sql) |
static Request |
RequestFactory.generateUseResult(long stmtId,
long reqId) |
| Modifier and Type | Method and Description |
|---|---|
Request |
TMQRequestFactory.generateAssignment(String topic) |
Request |
TMQRequestFactory.generateCommit(long messageId) |
Request |
TMQRequestFactory.generateCommitOffset(TopicPartition topicPartition,
long offset) |
Request |
TMQRequestFactory.generateCommitted(TopicPartition[] topicPartitions) |
Request |
TMQRequestFactory.generateFetchJsonMeata(long messageId) |
Request |
TMQRequestFactory.generateFetchRaw(long messageId) |
Request |
TMQRequestFactory.generatePoll(long messageId,
long blockingTime) |
Request |
TMQRequestFactory.generatePosition(TopicPartition[] topicPartitions) |
Request |
TMQRequestFactory.generateSeek(String topic,
int vgId,
long offset) |
Request |
TMQRequestFactory.generateSubscribe(ConsumerParam param,
String[] topics,
String enableAutoCommit) |
Request |
TMQRequestFactory.generateSubscription() |
Request |
TMQRequestFactory.generateUnsubscribe() |
Copyright © 2025. All rights reserved.