Class ProtostellarCoreQueryResult
java.lang.Object
com.couchbase.client.core.api.query.CoreQueryResult
com.couchbase.client.core.protostellar.query.ProtostellarCoreQueryResult
-
Constructor Summary
ConstructorsConstructorDescriptionProtostellarCoreQueryResult(List<com.couchbase.client.protostellar.query.v1.QueryResponse> responses) -
Method Summary
Modifier and TypeMethodDescriptionThe last node the request was dispatched to.metaData()Returns theCoreQueryMetaDatagiving 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:CoreQueryResultReturns all rows. As this is a Stream this is a once-through operation.- Specified by:
rowsin classCoreQueryResult
-
metaData
Description copied from class:CoreQueryResultReturns theCoreQueryMetaDatagiving access to the additional metadata associated with this query.- Specified by:
metaDatain classCoreQueryResult
-
lastDispatchedTo
Description copied from class:CoreQueryResultThe last node the request was dispatched to.- Specified by:
lastDispatchedToin classCoreQueryResult
-