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