Package | Description |
---|---|
com.couchbase.client.core.endpoint.query | |
com.couchbase.client.core.message.query |
Modifier and Type | Class and Description |
---|---|
protected static class |
QueryHandler.KeepAliveRequest |
protected static class |
QueryHandlerV2.KeepAliveRequest |
Modifier and Type | Method and Description |
---|---|
protected HttpRequest |
QueryHandler.encodeRequest(ChannelHandlerContext ctx,
QueryRequest msg) |
protected HttpRequest |
QueryHandlerV2.encodeRequest(ChannelHandlerContext ctx,
QueryRequest msg) |
Modifier and Type | Class and Description |
---|---|
class |
GenericQueryRequest
For the lack of a better name, a query request against a query server.
|
class |
PingRequest |
class |
RawQueryRequest
A
QueryRequest that can also be prelocated , but expects a
response with the uninterpreted JSON payload returned by the query service. |
Copyright © 2021 Couchbase, Inc.. All rights reserved.