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