Class QueryResponse
java.lang.Object
com.couchbase.client.core.msg.BaseResponse
com.couchbase.client.core.msg.query.QueryResponse
- All Implemented Interfaces:
ChunkedResponse<QueryChunkHeader,QueryChunkRow,QueryChunkTrailer>,Response
public class QueryResponse extends BaseResponse implements ChunkedResponse<QueryChunkHeader,QueryChunkRow,QueryChunkTrailer>
-
Method Summary
Modifier and Type Method Description static RuntimeExceptionerrorIncompleteResponse()static RuntimeExceptionerrorProfileNotPresent()static RuntimeExceptionerrorSignatureNotPresent()static RuntimeExceptionerrorWarningsNotPresent()QueryChunkHeaderheader()Returns the header for this response, immediately available.Flux<QueryChunkRow>rows()Returns the rows for this response, available pushed as they come streaming in.StringtoString()Mono<QueryChunkTrailer>trailer()Returns the trailer for this response, available at the end of the response eventually.Methods inherited from class com.couchbase.client.core.msg.BaseResponse
status
-
Method Details
-
errorSignatureNotPresent
-
errorWarningsNotPresent
-
errorProfileNotPresent
-
errorIncompleteResponse
-
header
Description copied from interface:ChunkedResponseReturns the header for this response, immediately available.- Specified by:
headerin interfaceChunkedResponse<QueryChunkHeader,QueryChunkRow,QueryChunkTrailer>
-
rows
Description copied from interface:ChunkedResponseReturns the rows for this response, available pushed as they come streaming in.- Specified by:
rowsin interfaceChunkedResponse<QueryChunkHeader,QueryChunkRow,QueryChunkTrailer>
-
trailer
Description copied from interface:ChunkedResponseReturns the trailer for this response, available at the end of the response eventually.- Specified by:
trailerin interfaceChunkedResponse<QueryChunkHeader,QueryChunkRow,QueryChunkTrailer>
-
toString
-