| Package | Description |
|---|---|
| com.taosdata.jdbc.ws | |
| com.taosdata.jdbc.ws.entity | |
| com.taosdata.jdbc.ws.stmt2.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(Request request,
boolean reSend) |
Response |
Transport.send(String action,
long reqId,
io.netty.buffer.ByteBuf buffer,
boolean resend) |
Response |
Transport.send(String action,
long reqId,
long resultId,
long type,
byte[] rawData) |
Response |
Transport.send(String action,
long reqId,
long resultId,
long type,
byte[] rawData,
byte[] rawData2) |
Response |
Transport.sendWithoutRetry(Request request) |
| 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 |
CommonResp |
class |
ConnectResp
connection result pojo
|
class |
FetchBlockNewResp |
class |
QueryResp
query result pojo
|
class |
VersionResp
connection result pojo
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Response> |
Action.getResponseClazz() |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultResp
query result pojo
|
class |
Stmt2ExecResp |
class |
Stmt2PrepareResp |
class |
Stmt2Resp |
| 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 |
FetchJsonMetaResp |
class |
FetchRawBlockResp |
class |
FetchResp |
class |
ListTopicsResp |
class |
PollResp |
class |
PositionResp |
class |
SeekResp |
class |
SubscribeResp |
class |
UnsubscribeResp |
Copyright © 2025. All rights reserved.