Uses of Interface
org.apache.pinot.spi.trace.Tracer
-
Packages that use Tracer Package Description org.apache.pinot.spi.trace -
-
Uses of Tracer in org.apache.pinot.spi.trace
Methods in org.apache.pinot.spi.trace that return Tracer Modifier and Type Method Description static TracerTracing. getTracer()Methods in org.apache.pinot.spi.trace with parameters of type Tracer Modifier and Type Method Description static booleanTracing. register(Tracer tracer)User once registration point to allow customization of tracing behaviour.
-