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