public class BackpressureException extends CouchbaseException
Constructor and Description |
---|
BackpressureException() |
BackpressureException(RingBufferDiagnostics diagnostics) |
Modifier and Type | Method and Description |
---|---|
RingBufferDiagnostics |
diagnostics()
Returns a
RingBufferDiagnostics which, if non-null, gives a granular breakdown of the contents of the
ringbuffer at the time of this exception |
String |
toString() |
details, details, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public BackpressureException()
public BackpressureException(RingBufferDiagnostics diagnostics)
@InterfaceAudience.Public @InterfaceStability.Experimental public RingBufferDiagnostics diagnostics()
RingBufferDiagnostics
which, if non-null, gives a granular breakdown of the contents of the
ringbuffer at the time of this exceptionCopyright © 2019 Couchbase, Inc.. All rights reserved.