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 RuntimeException
static RuntimeException
static RuntimeException
header()
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:ChunkedResponse
Returns the header for this response, immediately available.- Specified by:
header
in interfaceChunkedResponse<AnalyticsChunkHeader,
AnalyticsChunkRow, AnalyticsChunkTrailer>
-
rows
Description copied from interface:ChunkedResponse
Returns the rows for this response, available pushed as they come streaming in.- Specified by:
rows
in interfaceChunkedResponse<AnalyticsChunkHeader,
AnalyticsChunkRow, AnalyticsChunkTrailer>
-
trailer
Description copied from interface:ChunkedResponse
Returns the trailer for this response, available at the end of the response eventually.- Specified by:
trailer
in interfaceChunkedResponse<AnalyticsChunkHeader,
AnalyticsChunkRow, AnalyticsChunkTrailer>
-
toString
- Overrides:
toString
in classBaseResponse
-