Package | Description |
---|---|
com.couchbase.client.core |
Couchbase Core IO - Domain Model and Architecture
|
com.couchbase.client.core.message.internal | |
com.couchbase.client.core.tracing |
Modifier and Type | Method and Description |
---|---|
RingBufferDiagnostics |
BackpressureException.diagnostics()
Returns a
RingBufferDiagnostics which, if non-null, gives a granular breakdown of the contents of the ringbuffer at the time of this exception |
Constructor and Description |
---|
BackpressureException(RingBufferDiagnostics diagnostics) |
Modifier and Type | Method and Description |
---|---|
RingBufferDiagnostics |
DiagnosticsReport.ringBufferDiagnostics()
Returns a breakdown of the requests in the internal ringbuffer.
|
Constructor and Description |
---|
DiagnosticsReport(List<EndpointHealth> endpoints,
String sdk,
String id,
RingBufferDiagnostics ringBufferDiagnostics) |
Modifier and Type | Method and Description |
---|---|
RingBufferDiagnostics |
RingBufferMonitor.diagnostics() |
Copyright © 2018 Couchbase, Inc.. All rights reserved.