org.apache.accumulo.server.metrics
Class AbstractMetricsImpl.Metric

java.lang.Object
  extended by org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
Enclosing class:
AbstractMetricsImpl

public class AbstractMetricsImpl.Metric
extends Object


Constructor Summary
AbstractMetricsImpl.Metric()
           
 
Method Summary
 void addAvg(long a)
           
 void addMax(long a)
           
 void addMin(long a)
           
 long getAvg()
           
 long getCount()
           
 long getMax()
           
 long getMin()
           
 void incCount()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractMetricsImpl.Metric

public AbstractMetricsImpl.Metric()
Method Detail

getCount

public long getCount()

getAvg

public long getAvg()

getMin

public long getMin()

getMax

public long getMax()

incCount

public void incCount()

addAvg

public void addAvg(long a)

addMin

public void addMin(long a)

addMax

public void addMax(long a)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.