| Constructor and Description |
|---|
CoreQueryIndex(QueryChunkRow row) |
| Modifier and Type | Method and Description |
|---|---|
List<QueryChunkRow> |
CoreQueryResult.collectRows()
Returns all rows in a buffered list.
|
abstract Flux<QueryChunkRow> |
CoreReactiveQueryResult.rows() |
abstract Stream<QueryChunkRow> |
CoreQueryResult.rows()
Returns all rows.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryChunkRow> |
ClassicCoreQueryResult.collectRows() |
Stream<QueryChunkRow> |
ClassicCoreQueryResult.rows() |
Flux<QueryChunkRow> |
ClassicCoreReactiveQueryResult.rows() |
| Constructor and Description |
|---|
ClassicCoreQueryResult(QueryChunkHeader header,
List<QueryChunkRow> rows,
QueryChunkTrailer trailer,
NodeIdentifier lastDispatchedToNode) |
| Modifier and Type | Method and Description |
|---|---|
Flux<QueryChunkRow> |
QueryResponse.rows() |
| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
QueryRequest.decode(ResponseStatus status,
QueryChunkHeader header,
Flux<QueryChunkRow> rows,
Mono<QueryChunkTrailer> trailer) |
| Constructor and Description |
|---|
QueryResponse(ResponseStatus status,
QueryChunkHeader header,
Flux<QueryChunkRow> rows,
Mono<QueryChunkTrailer> trailer) |
| Modifier and Type | Method and Description |
|---|---|
Flux<QueryChunkRow> |
ProtostellarCoreReactiveQueryResult.rows() |
Stream<QueryChunkRow> |
ProtostellarCoreQueryResult.rows() |
| Constructor and Description |
|---|
ProtostellarCoreReactiveQueryResult(Flux<QueryChunkRow> rows,
Mono<CoreQueryMetaData> metaData) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.