Uses of Interface
org.apache.pinot.common.metrics.AbstractMetrics.Gauge
-
Packages that use AbstractMetrics.Gauge Package Description org.apache.pinot.common.metrics -
-
Uses of AbstractMetrics.Gauge in org.apache.pinot.common.metrics
Classes in org.apache.pinot.common.metrics with type parameters of type AbstractMetrics.Gauge Modifier and Type Class Description classAbstractMetrics<QP extends AbstractMetrics.QueryPhase,M extends AbstractMetrics.Meter,G extends AbstractMetrics.Gauge,T extends AbstractMetrics.Timer>Common code for metrics implementations.Classes in org.apache.pinot.common.metrics that implement AbstractMetrics.Gauge Modifier and Type Class Description classBrokerGaugeEnumeration containing all the gauges exposed by the Pinot broker.classControllerGaugeController gauges.classMinionGaugeclassServerGaugeEnumeration containing all the gauges exposed by the Pinot server.Methods in org.apache.pinot.common.metrics that return AbstractMetrics.Gauge Modifier and Type Method Description protected abstract G[]AbstractMetrics. getGauges()
-