@InterfaceStability.Uncommitted @InterfaceAudience.Public public class RawAnalyticsResponse extends AbstractCouchbaseResponse
The response to a RawAnalyticsRequest, which only contains the raw JSON payload returned by the Analytics service, as a ByteBuf.
The response is only made available once all of the data has been emitted by the server (no streaming of rows as they come like in GenericAnalyticsResponse.
| Constructor and Description |
|---|
RawAnalyticsResponse(ResponseStatus status,
CouchbaseRequest request,
ByteBuf jsonResponse,
int httpStatusCode,
String httpStatusMsg) |
| Modifier and Type | Method and Description |
|---|---|
int |
httpStatusCode() |
String |
httpStatusMsg() |
ByteBuf |
jsonResponse() |
creationTime, request, status, toStringpublic RawAnalyticsResponse(ResponseStatus status, CouchbaseRequest request, ByteBuf jsonResponse, int httpStatusCode, String httpStatusMsg)
Copyright © 2017 Couchbase, Inc.. All rights reserved.