Uses of Class
org.apache.pinot.common.metrics.ControllerGauge
-
Packages that use ControllerGauge Package Description org.apache.pinot.common.metrics -
-
Uses of ControllerGauge in org.apache.pinot.common.metrics
Methods in org.apache.pinot.common.metrics that return ControllerGauge Modifier and Type Method Description protected ControllerGauge[]ControllerMetrics. getGauges()static ControllerGaugeControllerGauge. valueOf(String name)Returns the enum constant of this type with the specified name.static ControllerGauge[]ControllerGauge. values()Returns an array containing the constants of this enum type, in the order they are declared.
-