Uses of Interface
org.apache.pinot.spi.metrics.PinotGauge
-
Packages that use PinotGauge Package Description org.apache.pinot.spi.annotations.metrics org.apache.pinot.spi.metrics -
-
Uses of PinotGauge in org.apache.pinot.spi.annotations.metrics
Methods in org.apache.pinot.spi.annotations.metrics that return PinotGauge Modifier and Type Method Description <T> PinotGauge<T>PinotMetricsFactory. makePinotGauge(Function<Void,T> condition)Makes aPinotGaugegiven a function. -
Uses of PinotGauge in org.apache.pinot.spi.metrics
Methods in org.apache.pinot.spi.metrics that return PinotGauge Modifier and Type Method Description static <T> PinotGauge<T>PinotMetricUtils. makeGauge(PinotMetricsRegistry registry, PinotMetricName name, PinotGauge<T> gauge)static <T> PinotGauge<T>PinotMetricUtils. makePinotGauge(Function<Void,T> condition)<T> PinotGauge<T>PinotMetricsRegistry. newGauge(PinotMetricName name, PinotGauge<T> gauge)Given a newPinotGauge, registers it under the given metric name.Methods in org.apache.pinot.spi.metrics with parameters of type PinotGauge Modifier and Type Method Description static <T> PinotGauge<T>PinotMetricUtils. makeGauge(PinotMetricsRegistry registry, PinotMetricName name, PinotGauge<T> gauge)<T> PinotGauge<T>PinotMetricsRegistry. newGauge(PinotMetricName name, PinotGauge<T> gauge)Given a newPinotGauge, registers it under the given metric name.
-