Package org.apache.pinot.common.metrics
Interface AbstractMetrics.Timer
-
- All Known Implementing Classes:
BrokerTimer,ControllerTimer,MinionTimer,ServerTimer
- Enclosing class:
- AbstractMetrics<QP extends AbstractMetrics.QueryPhase,M extends AbstractMetrics.Meter,G extends AbstractMetrics.Gauge,T extends AbstractMetrics.Timer>
public static interface AbstractMetrics.Timer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTimerName()booleanisGlobal()
-
-
-
Method Detail
-
getTimerName
String getTimerName()
-
isGlobal
boolean isGlobal()
-
-