Class AnalyticsResponse
java.lang.Object
com.couchbase.client.core.msg.BaseResponse
com.couchbase.client.core.msg.analytics.AnalyticsResponse
- All Implemented Interfaces:
ChunkedResponse<AnalyticsChunkHeader,,AnalyticsChunkRow, AnalyticsChunkTrailer> Response
public class AnalyticsResponse
extends BaseResponse
implements ChunkedResponse<AnalyticsChunkHeader,AnalyticsChunkRow,AnalyticsChunkTrailer>
-
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeExceptionstatic RuntimeExceptionstatic RuntimeExceptionheader()Returns the header for this response, immediately available.reactor.core.publisher.Flux<AnalyticsChunkRow> rows()Returns the rows for this response, available pushed as they come streaming in.toString()reactor.core.publisher.Mono<AnalyticsChunkTrailer> 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
-
errorProfileNotPresent
-
errorIncompleteResponse
-
header
Description copied from interface:ChunkedResponseReturns the header for this response, immediately available.- Specified by:
headerin interfaceChunkedResponse<AnalyticsChunkHeader,AnalyticsChunkRow, AnalyticsChunkTrailer>
-
rows
Description copied from interface:ChunkedResponseReturns the rows for this response, available pushed as they come streaming in.- Specified by:
rowsin interfaceChunkedResponse<AnalyticsChunkHeader,AnalyticsChunkRow, AnalyticsChunkTrailer>
-
trailer
Description copied from interface:ChunkedResponseReturns the trailer for this response, available at the end of the response eventually.- Specified by:
trailerin interfaceChunkedResponse<AnalyticsChunkHeader,AnalyticsChunkRow, AnalyticsChunkTrailer>
-
toString
- Overrides:
toStringin classBaseResponse
-