程序包 | 说明 |
---|---|
org.apache.hadoop.metrics2 |
Metrics 2.0
|
限定符和类型 | 方法和说明 |
---|---|
void |
MetricsVisitor.counter(MetricCounter<Integer> metric,
int value)
Callback for integer value counters
|
void |
MetricsVisitor.counter(MetricCounter<Long> metric,
long value)
Callback for long value counters
|
Copyright © 2009 The Apache Software Foundation