Package org.apache.drill.exec.ops
Class OperatorMetricRegistry
java.lang.Object
org.apache.drill.exec.ops.OperatorMetricRegistry
Registry of operator metrics.
- 
Method SummaryModifier and TypeMethodDescriptionstatic String[]getMetricNames(String operatorType) Given an operator type, this method returns an array of metric names (indexable by metric id).
- 
Method Details- 
getMetricNamesGiven an operator type, this method returns an array of metric names (indexable by metric id).- Parameters:
- operatorType- the operator type
- Returns:
- metric names if operator was registered, null otherwise
 
 
-