Class RingBufferDiagnostics
java.lang.Object
com.couchbase.client.core.tracing.RingBufferDiagnostics
Provides a granular breakdown of the queries in the ringbuffer
- Since:
- 2.6.0
- Author:
- Graham Pople
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RingBufferDiagnostics
@Public @Experimental public RingBufferDiagnostics(Map<ServiceType, Integer> counts, int countNonService)
-
-
Method Details
-
counts
Returns a map of the type of each request, along with the current count of each in the ringbuffer -
countNonService
Returns the count of all requests not associated with a particular service -
totalCount
Returns the count of all requests in the ringbuffer -
toString
-