| Package | Description |
|---|---|
| com.taosdata.jdbc.ws | |
| com.taosdata.jdbc.ws.entity | |
| com.taosdata.jdbc.ws.schemaless | |
| com.taosdata.jdbc.ws.stmt.entity | |
| com.taosdata.jdbc.ws.tmq | |
| com.taosdata.jdbc.ws.tmq.entity |
| Modifier and Type | Method and Description |
|---|---|
Response |
Transport.send(Request request) |
Response |
Transport.send(String action,
long reqId,
long stmtId,
long type,
byte[] rawData) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Response> |
FutureResponse.getFuture() |
| Constructor and Description |
|---|
FutureResponse(String action,
Long id,
CompletableFuture<Response> future) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectResp
connection result pojo
|
class |
FetchJsonResp |
class |
QueryResp
query result pojo
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Response> |
Action.getResponseClazz() |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonResp |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecResp |
class |
StmtResp |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Response> |
STMTAction.getClazz() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Response> |
ConsumerAction.getResponseClazz() |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignmentResp |
class |
CommitOffsetResp |
class |
CommitResp |
class |
CommittedResp |
class |
FetchBlockResp |
class |
FetchResp |
class |
ListTopicsResp |
class |
PollResp |
class |
PositionResp |
class |
SeekResp |
class |
SubscribeResp |
class |
UnsubscribeResp |
Copyright © 2023. All rights reserved.