Uses of Class
network.oxalis.commons.tracing.TracingConf
-
Packages that use TracingConf Package Description network.oxalis.commons.tracing -
-
Uses of TracingConf in network.oxalis.commons.tracing
Methods in network.oxalis.commons.tracing that return TracingConf Modifier and Type Method Description static TracingConfTracingConf. valueOf(String name)Returns the enum constant of this type with the specified name.static TracingConf[]TracingConf. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in network.oxalis.commons.tracing with type arguments of type TracingConf Modifier and Type Method Description protected io.opentracing.TracerTracingModule. getTracer(com.google.inject.Injector injector, Settings<TracingConf> settings)
-