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