Package | Description |
---|---|
com.couchbase.client.core.message.analytics | |
com.couchbase.client.core.message.observe | |
com.couchbase.client.core.message.query |
Modifier and Type | Class and Description |
---|---|
class |
GenericAnalyticsRequest
For the lack of a better name, a analytics request against a analytics server.
|
class |
GenericAnalyticsResponse
The base response for Analytics (SQL++) requests.
|
class |
RawAnalyticsRequest
A
AnalyticsRequest that can also be prelocated , but expects a response with the uninterpreted JSON payload returned by the query service. |
class |
RawAnalyticsResponse
The response to a
RawAnalyticsRequest , which only contains the raw JSON payload returned by the Analytics service, as a ByteBuf . |
Modifier and Type | Class and Description |
---|---|
class |
Observe
Utility class to handle observe calls and polling logic.
|
class |
ObserveViaCAS
Utility class to handle observe calls and polling logic.
|
class |
ObserveViaMutationToken
Document observe through mutation token information.
|
Modifier and Type | Class and Description |
---|---|
class |
RawQueryRequest
A
QueryRequest that can also be prelocated , but expects a response with the uninterpreted JSON payload returned by the query service. |
class |
RawQueryResponse
The response to a
RawQueryRequest , which only contains the raw JSON payload returned by the Query service, as a ByteBuf . |
Copyright © 2017 Couchbase, Inc.. All rights reserved.