Uses of Interface
com.couchbase.client.core.tracing.OrphanResponseReporter
Package | Description |
---|---|
com.couchbase.client.core.env | |
com.couchbase.client.core.tracing |
-
Uses of OrphanResponseReporter in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return OrphanResponseReporter Modifier and Type Method Description OrphanResponseReporter
CoreEnvironment. orphanResponseReporter()
Returns the current orphan response reporter implementation.OrphanResponseReporter
DefaultCoreEnvironment. orphanResponseReporter()
Methods in com.couchbase.client.core.env with parameters of type OrphanResponseReporter Modifier and Type Method Description SELF
DefaultCoreEnvironment.Builder. orphanResponseReporter(OrphanResponseReporter orphanResponseReporter)
-
Uses of OrphanResponseReporter in com.couchbase.client.core.tracing
Classes in com.couchbase.client.core.tracing that implement OrphanResponseReporter Modifier and Type Class Description class
DefaultOrphanResponseReporter
TheDefaultOrphanResponseReporter
receives requests's of orphan responses and stores them for aggregation and logging.