Uses of Interface
org.apache.pinot.spi.metrics.PinotMeter
-
Packages that use PinotMeter Package Description org.apache.pinot.spi.metrics -
-
Uses of PinotMeter in org.apache.pinot.spi.metrics
Methods in org.apache.pinot.spi.metrics that return PinotMeter Modifier and Type Method Description static PinotMeterPinotMetricUtils. makePinotMeter(PinotMetricsRegistry registry, PinotMetricName name, String eventType, TimeUnit unit)PinotMeterPinotMetricsRegistry. newMeter(PinotMetricName name, String eventType, TimeUnit unit)Creates a newPinotMeterand registers it under the given metric name.
-