Uses of Enum
com.couchbase.client.core.cnc.RequestSpan.StatusCode
Packages that use RequestSpan.StatusCode
-
Uses of RequestSpan.StatusCode in com.couchbase.client.core.cnc
Methods in com.couchbase.client.core.cnc that return RequestSpan.StatusCodeModifier and TypeMethodDescriptionstatic RequestSpan.StatusCode
Returns the enum constant of this type with the specified name.static RequestSpan.StatusCode[]
RequestSpan.StatusCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.cnc with parameters of type RequestSpan.StatusCodeModifier and TypeMethodDescriptionvoid
RequestSpan.status
(RequestSpan.StatusCode status) Sets the status of the span, which is by default UNSET. -
Uses of RequestSpan.StatusCode in com.couchbase.client.core.cnc.tracing
Methods in com.couchbase.client.core.cnc.tracing with parameters of type RequestSpan.StatusCodeModifier and TypeMethodDescriptionvoid
NoopRequestSpan.status
(RequestSpan.StatusCode status) void
ThresholdRequestSpan.status
(RequestSpan.StatusCode status)