@Stability.Volatile public class ProtostellarCoreQueryResult extends CoreQueryResult
| Constructor and Description |
|---|
ProtostellarCoreQueryResult(List<com.couchbase.client.protostellar.query.v1.QueryResponse> responses) |
| Modifier and Type | Method and Description |
|---|---|
NodeIdentifier |
lastDispatchedTo()
The last node the request was dispatched to.
|
CoreQueryMetaData |
metaData()
Returns the
CoreQueryMetaData giving access to the additional metadata associated with this query. |
Stream<QueryChunkRow> |
rows()
Returns all rows.
|
collectRowspublic ProtostellarCoreQueryResult(List<com.couchbase.client.protostellar.query.v1.QueryResponse> responses)
public Stream<QueryChunkRow> rows()
CoreQueryResultrows in class CoreQueryResultpublic CoreQueryMetaData metaData()
CoreQueryResultCoreQueryMetaData giving access to the additional metadata associated with this query.metaData in class CoreQueryResultpublic NodeIdentifier lastDispatchedTo()
CoreQueryResultlastDispatchedTo in class CoreQueryResultCopyright © 2024 Couchbase, Inc.. All rights reserved.