Uses of Class
com.couchbase.client.core.msg.query.QueryChunkRow
Packages that use QueryChunkRow
Package
Description
-
Uses of QueryChunkRow in com.couchbase.client.core.api.manager
Constructors in com.couchbase.client.core.api.manager with parameters of type QueryChunkRow -
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 QueryChunkRowModifier and TypeMethodDescriptionCoreQueryResult.collectRows()Returns all rows in a buffered list.abstract Stream<QueryChunkRow> CoreQueryResult.rows()Returns all rows.abstract reactor.core.publisher.Flux<QueryChunkRow> CoreReactiveQueryResult.rows()Method parameters in com.couchbase.client.core.api.query with type arguments of type QueryChunkRowModifier and TypeMethodDescriptiondefault CoreQueryMetaDataCoreQueryOps.queryBlockingStreaming(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter, Consumer<QueryChunkRow> callback) -
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 QueryChunkRowModifier and TypeMethodDescriptionClassicCoreQueryResult.collectRows()ClassicCoreQueryResult.rows()reactor.core.publisher.Flux<QueryChunkRow> ClassicCoreReactiveQueryResult.rows()Constructor parameters in com.couchbase.client.core.classic.query with type arguments of type QueryChunkRowModifierConstructorDescriptionClassicCoreQueryResult(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 QueryChunkRowModifier and TypeMethodDescriptionreactor.core.publisher.Flux<QueryChunkRow> QueryResponse.rows()Method parameters in com.couchbase.client.core.msg.query with type arguments of type QueryChunkRowModifier and TypeMethodDescriptionQueryRequest.decode(ResponseStatus status, QueryChunkHeader header, reactor.core.publisher.Flux<QueryChunkRow> rows, reactor.core.publisher.Mono<QueryChunkTrailer> trailer) Constructor parameters in com.couchbase.client.core.msg.query with type arguments of type QueryChunkRowModifierConstructorDescriptionQueryResponse(ResponseStatus status, QueryChunkHeader header, reactor.core.publisher.Flux<QueryChunkRow> rows, reactor.core.publisher.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 QueryChunkRowModifier and TypeMethodDescriptionProtostellarCoreQueryResult.rows()reactor.core.publisher.Flux<QueryChunkRow> ProtostellarCoreReactiveQueryResult.rows()Constructor parameters in com.couchbase.client.core.protostellar.query with type arguments of type QueryChunkRowModifierConstructorDescriptionProtostellarCoreReactiveQueryResult(reactor.core.publisher.Flux<QueryChunkRow> rows, reactor.core.publisher.Mono<CoreQueryMetaData> metaData)