Uses of Class
com.couchbase.client.core.tracing.RingBufferDiagnostics
-
Packages that use RingBufferDiagnostics Package Description com.couchbase.client.core Couchbase Core IO - Domain Model and Architecture ================================================= This documentation describes the domain model of the core package, covers important architecture and design decisions and provides a solid introduction on the inner workings.com.couchbase.client.core.message.internal com.couchbase.client.core.tracing -
-
Uses of RingBufferDiagnostics in com.couchbase.client.core
Methods in com.couchbase.client.core that return RingBufferDiagnostics Modifier and Type Method Description RingBufferDiagnostics
BackpressureException. diagnostics()
Returns aRingBufferDiagnostics
which, if non-null, gives a granular breakdown of the contents of the ringbuffer at the time of this exceptionConstructors in com.couchbase.client.core with parameters of type RingBufferDiagnostics Constructor Description BackpressureException(RingBufferDiagnostics diagnostics)
-
Uses of RingBufferDiagnostics in com.couchbase.client.core.message.internal
Methods in com.couchbase.client.core.message.internal that return RingBufferDiagnostics Modifier and Type Method Description RingBufferDiagnostics
DiagnosticsReport. ringBufferDiagnostics()
Returns a breakdown of the requests in the internal ringbuffer.Constructors in com.couchbase.client.core.message.internal with parameters of type RingBufferDiagnostics Constructor Description DiagnosticsReport(List<EndpointHealth> endpoints, String sdk, String id, RingBufferDiagnostics ringBufferDiagnostics)
-
Uses of RingBufferDiagnostics in com.couchbase.client.core.tracing
Methods in com.couchbase.client.core.tracing that return RingBufferDiagnostics Modifier and Type Method Description RingBufferDiagnostics
RingBufferMonitor. diagnostics()
-