Package | Description |
---|---|
com.couchbase.client.java.query |
Modifier and Type | Field and Description |
---|---|
static N1qlMetrics |
N1qlMetrics.EMPTY_METRICS
The empty metrics object.
|
Modifier and Type | Method and Description |
---|---|
N1qlMetrics |
N1qlQueryResult.info() |
N1qlMetrics |
DefaultN1qlQueryResult.info() |
Modifier and Type | Method and Description |
---|---|
Observable<N1qlMetrics> |
DefaultAsyncN1qlQueryResult.info() |
Observable<N1qlMetrics> |
AsyncN1qlQueryResult.info() |
Constructor and Description |
---|
DefaultN1qlQueryResult(List<AsyncN1qlQueryRow> rows,
Object signature,
N1qlMetrics info,
List<JsonObject> errors,
Boolean finalSuccess,
boolean parseSuccess,
String requestId,
String clientContextId)
Create a default blocking representation of a query result.
|
Constructor and Description |
---|
DefaultAsyncN1qlQueryResult(Observable<AsyncN1qlQueryRow> rows,
Observable<Object> signature,
Observable<N1qlMetrics> info,
Observable<JsonObject> errors,
Observable<Boolean> finalSuccess,
boolean parsingSuccess,
String requestId,
String clientContextId) |
Copyright © 2015 Couchbase, Inc.. All rights reserved.