Class ProtostellarCoreReactiveQueryResult
- java.lang.Object
-
- com.couchbase.client.core.api.query.CoreReactiveQueryResult
-
- com.couchbase.client.core.protostellar.query.ProtostellarCoreReactiveQueryResult
-
@Internal public class ProtostellarCoreReactiveQueryResult extends CoreReactiveQueryResult
-
-
Constructor Summary
Constructors Constructor Description ProtostellarCoreReactiveQueryResult(Flux<com.couchbase.client.protostellar.query.v1.QueryResponse> responses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeIdentifierlastDispatchedTo()Mono<CoreQueryMetaData>metaData()Flux<QueryChunkRow>rows()
-
-
-
Constructor Detail
-
ProtostellarCoreReactiveQueryResult
public ProtostellarCoreReactiveQueryResult(Flux<com.couchbase.client.protostellar.query.v1.QueryResponse> responses)
-
-
Method Detail
-
rows
public Flux<QueryChunkRow> rows()
- Specified by:
rowsin classCoreReactiveQueryResult
-
metaData
public Mono<CoreQueryMetaData> metaData()
- Specified by:
metaDatain classCoreReactiveQueryResult
-
lastDispatchedTo
public NodeIdentifier lastDispatchedTo()
- Specified by:
lastDispatchedToin classCoreReactiveQueryResult
-
-