Uses of Class
org.apache.pinot.common.metrics.ServerMetrics
-
Packages that use ServerMetrics Package Description org.apache.pinot.common.metrics -
-
Uses of ServerMetrics in org.apache.pinot.common.metrics
Methods in org.apache.pinot.common.metrics that return ServerMetrics Modifier and Type Method Description static ServerMetricsServerMetrics. get()should always call after registrationMethods in org.apache.pinot.common.metrics with parameters of type ServerMetrics Modifier and Type Method Description static booleanServerMetrics. register(ServerMetrics serverMetrics)register the serverMetrics onto this class, so that we don't need to pass it down as a parameter
-