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