Class AnalyticsMetaData
java.lang.Object
com.couchbase.client.java.analytics.AnalyticsMetaData
Holds associated metadata returned by the server for the performed analytics request.
- 
Method SummaryModifier and TypeMethodDescriptionGet the client context identifier as set by the clientmetrics()Get the associated metrics for the response.plans()Returns plan information if present.Get the request identifier of the query requestGet the signature as the target type, if present.status()Get the status of the response.toString()warnings()Returns warnings if present.
- 
Method Details- 
requestIdGet the request identifier of the query request- Returns:
- request identifier
 
- 
clientContextIdGet the client context identifier as set by the client- Returns:
- client context identifier
 
- 
statusGet the status of the response.- Returns:
- the status of the response.
 
- 
signatureGet the signature as the target type, if present.- Returns:
- the decoded signature if present.
 
- 
metricsGet the associated metrics for the response.- Returns:
- the metrics for the analytics response.
 
- 
warningsReturns warnings if present.- Returns:
- warnings, if present.
 
- 
plansReturns plan information if present.- Returns:
- plan information if present.
 
- 
toString
 
-