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 RequestSpanRequestTracer. requestSpan(String operationName, RequestSpan parent)Creates a new span that is created from the underlying tracer.RequestSpanInternalSpan. 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 InternalSpanRequestTracer. internalSpan(String operationName, RequestSpan parent)Creates a new span that represents a full request/response lifecycle in the SDK.RequestSpanRequestTracer. 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 classNoopRequestSpanclassThresholdRequestSpanMethods in com.couchbase.client.core.cnc.tracing that return RequestSpan Modifier and Type Method Description RequestSpanNoopRequestTracer. requestSpan(String operationName, RequestSpan parent)RequestSpanThresholdRequestTracer. requestSpan(String operationName, RequestSpan parent)RequestSpanNoopInternalSpan. toRequestSpan()RequestSpanThresholdInternalSpan. toRequestSpan()Methods in com.couchbase.client.core.cnc.tracing with parameters of type RequestSpan Modifier and Type Method Description InternalSpanNoopRequestTracer. internalSpan(String operationName, RequestSpan parent)InternalSpanThresholdRequestTracer. internalSpan(String operationName, RequestSpan parent)RequestSpanNoopRequestTracer. requestSpan(String operationName, RequestSpan parent)RequestSpanThresholdRequestTracer. 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 RequestSpanObserveContext. 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)
-