Uses of Class
com.couchbase.client.core.cnc.RequestSpan.StatusCode
-
Packages that use RequestSpan.StatusCode Package Description com.couchbase.client.core.cnc com.couchbase.client.core.cnc.tracing -
-
Uses of RequestSpan.StatusCode in com.couchbase.client.core.cnc
Methods in com.couchbase.client.core.cnc that return RequestSpan.StatusCode Modifier and Type Method Description static RequestSpan.StatusCodeRequestSpan.StatusCode. valueOf(String name)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.StatusCode Modifier and Type Method Description voidRequestSpan. 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.StatusCode Modifier and Type Method Description voidNoopRequestSpan. status(RequestSpan.StatusCode status)voidThresholdRequestSpan. status(RequestSpan.StatusCode status)
-