Uses of Interface
org.apache.pinot.spi.metrics.PinotCounter
-
Packages that use PinotCounter Package Description org.apache.pinot.spi.metrics -
-
Uses of PinotCounter in org.apache.pinot.spi.metrics
Methods in org.apache.pinot.spi.metrics that return PinotCounter Modifier and Type Method Description PinotCounterPinotMetricsRegistry. newCounter(PinotMetricName name)Creates a newPinotCounterand registers it under the given metric name.
-