@Stability.Internal public class ProtostellarCoreReactiveQueryResult extends CoreReactiveQueryResult
| Constructor and Description |
|---|
ProtostellarCoreReactiveQueryResult(Flux<QueryChunkRow> rows,
Mono<CoreQueryMetaData> metaData) |
| Modifier and Type | Method and Description |
|---|---|
NodeIdentifier |
lastDispatchedTo() |
Mono<CoreQueryMetaData> |
metaData() |
Flux<QueryChunkRow> |
rows() |
public ProtostellarCoreReactiveQueryResult(Flux<QueryChunkRow> rows, Mono<CoreQueryMetaData> metaData)
public Flux<QueryChunkRow> rows()
rows in class CoreReactiveQueryResultpublic Mono<CoreQueryMetaData> metaData()
metaData in class CoreReactiveQueryResultpublic NodeIdentifier lastDispatchedTo()
lastDispatchedTo in class CoreReactiveQueryResultCopyright © 2024 Couchbase, Inc.. All rights reserved.