Uses of Interface
org.apache.pinot.common.metrics.AbstractMetrics.QueryPhase
-
Packages that use AbstractMetrics.QueryPhase Package Description org.apache.pinot.common.metrics -
-
Uses of AbstractMetrics.QueryPhase in org.apache.pinot.common.metrics
Classes in org.apache.pinot.common.metrics with type parameters of type AbstractMetrics.QueryPhase Modifier and Type Class Description classAbstractMetrics<QP extends AbstractMetrics.QueryPhase,M extends AbstractMetrics.Meter,G extends AbstractMetrics.Gauge,T extends AbstractMetrics.Timer>Common code for metrics implementations.Classes in org.apache.pinot.common.metrics that implement AbstractMetrics.QueryPhase Modifier and Type Class Description classBrokerQueryPhaseEnumeration containing all the query phases executed by the Pinot broker.classMinionQueryPhaseclassServerQueryPhaseEnumeration containing all the query phases executed by the server.Methods in org.apache.pinot.common.metrics that return AbstractMetrics.QueryPhase Modifier and Type Method Description protected abstract QP[]AbstractMetrics. getQueryPhases()protected AbstractMetrics.QueryPhase[]ControllerMetrics. getQueryPhases()
-