Uses of Class
com.couchbase.client.core.cnc.tracing.TracingUtils.OpName
-
Packages that use TracingUtils.OpName Package Description com.couchbase.client.core.cnc.tracing -
-
Uses of TracingUtils.OpName in com.couchbase.client.core.cnc.tracing
Methods in com.couchbase.client.core.cnc.tracing that return TracingUtils.OpName Modifier and Type Method Description static TracingUtils.OpName
TracingUtils.OpName. valueOf(String name)
Returns the enum constant of this type with the specified name.static TracingUtils.OpName[]
TracingUtils.OpName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.cnc.tracing with parameters of type TracingUtils.OpName Modifier and Type Method Description static void
TracingUtils. attachSpan(TracingUtils.OpName opName, CoreEnvironment env, Optional<io.opentracing.Span> parent, Request<?> request)
-