Uses of Class
com.couchbase.client.java.query.N1qlMetrics
-
Packages that use N1qlMetrics Package Description com.couchbase.client.java.query -
-
Uses of N1qlMetrics in com.couchbase.client.java.query
Fields in com.couchbase.client.java.query declared as N1qlMetrics Modifier and Type Field Description static N1qlMetricsN1qlMetrics. EMPTY_METRICSThe empty metrics object.Methods in com.couchbase.client.java.query that return N1qlMetrics Modifier and Type Method Description N1qlMetricsDefaultN1qlQueryResult. info()N1qlMetricsN1qlQueryResult. info()Methods in com.couchbase.client.java.query that return types with arguments of type N1qlMetrics Modifier and Type Method Description rx.Observable<N1qlMetrics>AsyncN1qlQueryResult. info()rx.Observable<N1qlMetrics>DefaultAsyncN1qlQueryResult. info()Constructors in com.couchbase.client.java.query with parameters of type N1qlMetrics Constructor Description DefaultN1qlQueryResult(List<AsyncN1qlQueryRow> rows, Object signature, N1qlMetrics info, List<JsonObject> errors, JsonObject profileInfo, String finalStatus, Boolean finalSuccess, boolean parseSuccess, String requestId, String clientContextId)Create a default blocking representation of a query result.
-