Interface | Description |
---|---|
AnalyticsRequest |
Marker interface for all requests against the Analytics Service
|
Class | Description |
---|---|
GenericAnalyticsRequest |
For the lack of a better name, a analytics request against a analytics server.
|
GenericAnalyticsResponse |
The base response for Analytics (SQL++) requests.
|
RawAnalyticsRequest |
A
AnalyticsRequest that can also be prelocated , but expects a response with the uninterpreted JSON payload returned by the query service. |
RawAnalyticsResponse |
The response to a
RawAnalyticsRequest , which only contains the raw JSON payload returned by the Analytics service, as a ByteBuf . |
Copyright © 2018 Couchbase, Inc.. All rights reserved.