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