Class ProtostellarCoreQueryResult
java.lang.Object
com.couchbase.client.core.api.query.CoreQueryResult
com.couchbase.client.core.protostellar.query.ProtostellarCoreQueryResult
-
Constructor Summary
ConstructorDescriptionProtostellarCoreQueryResult
(List<com.couchbase.client.protostellar.query.v1.QueryResponse> responses) -
Method Summary
Modifier and TypeMethodDescriptionThe last node the request was dispatched to.metaData()
Returns theCoreQueryMetaData
giving access to the additional metadata associated with this query.rows()
Returns all rows.Methods inherited from class com.couchbase.client.core.api.query.CoreQueryResult
collectRows
-
Constructor Details
-
ProtostellarCoreQueryResult
public ProtostellarCoreQueryResult(List<com.couchbase.client.protostellar.query.v1.QueryResponse> responses)
-
-
Method Details
-
rows
Description copied from class:CoreQueryResult
Returns all rows. As this is a Stream this is a once-through operation.- Specified by:
rows
in classCoreQueryResult
-
metaData
Description copied from class:CoreQueryResult
Returns theCoreQueryMetaData
giving access to the additional metadata associated with this query.- Specified by:
metaData
in classCoreQueryResult
-
lastDispatchedTo
Description copied from class:CoreQueryResult
The last node the request was dispatched to.- Specified by:
lastDispatchedTo
in classCoreQueryResult
-