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.StatusCode
RequestSpan.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 void
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.StatusCode Modifier and Type Method Description void
NoopRequestSpan. status(RequestSpan.StatusCode status)
void
ThresholdRequestSpan. status(RequestSpan.StatusCode status)
-