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.env | |
com.couchbase.client.core.message.internal | |
com.couchbase.client.core.tracing |
Class and Description |
---|
RingBufferDiagnostics
Provides a granular breakdown of the queries in the ringbuffer
|
Class and Description |
---|
OrphanResponseReporter |
Class and Description |
---|
RingBufferDiagnostics
Provides a granular breakdown of the queries in the ringbuffer
|
Class and Description |
---|
DefaultOrphanResponseReporter
The
DefaultOrphanResponseReporter receives requests's of orphan responses
and stores them for aggregation and logging. |
DefaultOrphanResponseReporter.Builder
The builder to configure the
DefaultOrphanResponseReporter |
OrphanResponseReporter |
RingBufferDiagnostics
Provides a granular breakdown of the queries in the ringbuffer
|
RingBufferMonitor
Stores diagnostics on the main ringbuffer to provide additional context to BackpressureExceptions.
|
ThresholdLogReference
Represents a reference from one span to another one.
|
ThresholdLogReporter
The
ThresholdLogReporter retrieves spans from (usually) a Tracer
and stores them for threshold-based aggregation and logging. |
ThresholdLogReporter.Builder
The builder used to configure the
ThresholdLogReporter . |
ThresholdLogSpan |
ThresholdLogSpanBuilder
Allows to build a
Span in a builder fashion. |
ThresholdLogSpanContext
Holds baggage items for the slow operation spans.
|
ThresholdLogTracer
This
Tracer implementation logs operations over a certain threshold based
on the given configuration. |
Copyright © 2018 Couchbase, Inc.. All rights reserved.