Uses of Enum
com.couchbase.client.core.cnc.RequestSpan.StatusCode
-
Uses of RequestSpan.StatusCode in com.couchbase.client.core.cnc
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionvoid
NoopRequestSpan.status
(RequestSpan.StatusCode status) void
ThresholdRequestSpan.status
(RequestSpan.StatusCode status)