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.StatusCodeReturns 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 TypeMethodDescriptionvoidRequestSpan.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 TypeMethodDescriptionvoidNoopRequestSpan.status(RequestSpan.StatusCode status) voidThresholdRequestSpan.status(RequestSpan.StatusCode status)