Uses of Interface
com.couchbase.client.core.cnc.RequestSpan
-
Packages that use RequestSpan Package Description com.couchbase.client.core.cnc com.couchbase.client.core.cnc.tracing com.couchbase.client.core.service.kv -
-
Uses of RequestSpan in com.couchbase.client.core.cnc
Methods in com.couchbase.client.core.cnc that return RequestSpan Modifier and Type Method Description RequestSpan
RequestTracer. requestSpan(String operationName, RequestSpan parent)
Creates a new span that is created from the underlying tracer.RequestSpan
InternalSpan. toRequestSpan()
Returns a request span that wraps the internal span.Methods in com.couchbase.client.core.cnc with parameters of type RequestSpan Modifier and Type Method Description InternalSpan
RequestTracer. internalSpan(String operationName, RequestSpan parent)
Creates a new span that represents a full request/response lifecycle in the SDK.RequestSpan
RequestTracer. requestSpan(String operationName, RequestSpan parent)
Creates a new span that is created from the underlying tracer. -
Uses of RequestSpan in com.couchbase.client.core.cnc.tracing
Classes in com.couchbase.client.core.cnc.tracing that implement RequestSpan Modifier and Type Class Description class
NoopRequestSpan
class
ThresholdRequestSpan
Methods in com.couchbase.client.core.cnc.tracing that return RequestSpan Modifier and Type Method Description RequestSpan
NoopRequestTracer. requestSpan(String operationName, RequestSpan parent)
RequestSpan
ThresholdRequestTracer. requestSpan(String operationName, RequestSpan parent)
RequestSpan
NoopInternalSpan. toRequestSpan()
RequestSpan
ThresholdInternalSpan. toRequestSpan()
Methods in com.couchbase.client.core.cnc.tracing with parameters of type RequestSpan Modifier and Type Method Description InternalSpan
NoopRequestTracer. internalSpan(String operationName, RequestSpan parent)
InternalSpan
ThresholdRequestTracer. internalSpan(String operationName, RequestSpan parent)
RequestSpan
NoopRequestTracer. requestSpan(String operationName, RequestSpan parent)
RequestSpan
ThresholdRequestTracer. requestSpan(String operationName, RequestSpan parent)
-
Uses of RequestSpan in com.couchbase.client.core.service.kv
Methods in com.couchbase.client.core.service.kv that return RequestSpan Modifier and Type Method Description RequestSpan
ObserveContext. parentSpan()
Constructors in com.couchbase.client.core.service.kv with parameters of type RequestSpan Constructor Description ObserveContext(CoreContext ctx, Observe.ObservePersistTo persistTo, Observe.ObserveReplicateTo replicateTo, Optional<MutationToken> mutationToken, long cas, CollectionIdentifier collectionIdentifier, String key, boolean remove, Duration timeout, RequestSpan parentSpan)
-