| Modifier and Type | Method and Description | 
|---|---|
double | 
get15mEWMAThp()
Gets the 15-minute EWMA throughput 
 | 
double | 
get1mEWMAThp()
Gets the 1-minute EWMA throughput 
 | 
double | 
get5mEWMAThp()
Gets the 5-minute EWMA throughput 
 | 
long | 
getCount()
Gets the count 
 | 
double | 
getMeanThp()
Gets the mean throughput 
 | 
String | 
getName()
Gets the name of the meter 
 | 
void | 
mark(long n)
Marks the number of events 
 | 
public void mark(long n)
n - the number of eventspublic long getCount()
public double getMeanThp()
public double get1mEWMAThp()
public double get5mEWMAThp()
public double get15mEWMAThp()
Copyright © 2015 The Apache Software Foundation. All rights reserved.