Uses of Class
com.couchbase.client.core.msg.query.QueryChunkRow
-
-
Uses of QueryChunkRow in com.couchbase.client.core.api.manager
Constructors in com.couchbase.client.core.api.manager with parameters of type QueryChunkRow Constructor Description CoreQueryIndex(QueryChunkRow row) -
Uses of QueryChunkRow in com.couchbase.client.core.api.query
Methods in com.couchbase.client.core.api.query that return types with arguments of type QueryChunkRow Modifier and Type Method Description List<QueryChunkRow>CoreQueryResult. collectRows()Returns all rows in a buffered list.abstract Stream<QueryChunkRow>CoreQueryResult. rows()Returns all rows.abstract Flux<QueryChunkRow>CoreReactiveQueryResult. rows() -
Uses of QueryChunkRow in com.couchbase.client.core.classic.query
Methods in com.couchbase.client.core.classic.query that return types with arguments of type QueryChunkRow Modifier and Type Method Description List<QueryChunkRow>ClassicCoreQueryResult. collectRows()Stream<QueryChunkRow>ClassicCoreQueryResult. rows()Flux<QueryChunkRow>ClassicCoreReactiveQueryResult. rows()Constructor parameters in com.couchbase.client.core.classic.query with type arguments of type QueryChunkRow Constructor Description ClassicCoreQueryResult(QueryChunkHeader header, List<QueryChunkRow> rows, QueryChunkTrailer trailer, NodeIdentifier lastDispatchedToNode) -
Uses of QueryChunkRow in com.couchbase.client.core.msg.query
Methods in com.couchbase.client.core.msg.query that return types with arguments of type QueryChunkRow Modifier and Type Method Description Flux<QueryChunkRow>QueryResponse. rows()Method parameters in com.couchbase.client.core.msg.query with type arguments of type QueryChunkRow Modifier and Type Method Description QueryResponseQueryRequest. decode(ResponseStatus status, QueryChunkHeader header, Flux<QueryChunkRow> rows, Mono<QueryChunkTrailer> trailer)Constructor parameters in com.couchbase.client.core.msg.query with type arguments of type QueryChunkRow Constructor Description QueryResponse(ResponseStatus status, QueryChunkHeader header, Flux<QueryChunkRow> rows, Mono<QueryChunkTrailer> trailer) -
Uses of QueryChunkRow in com.couchbase.client.core.protostellar.query
Methods in com.couchbase.client.core.protostellar.query that return types with arguments of type QueryChunkRow Modifier and Type Method Description Stream<QueryChunkRow>ProtostellarCoreQueryResult. rows()Flux<QueryChunkRow>ProtostellarCoreReactiveQueryResult. rows()
-