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