public class SpectatorCounter extends AbstractMeter implements Counter
Counter.BuilderMeter.Id, Meter.Type| Modifier and Type | Method and Description |
|---|---|
double |
count()
The cumulative count since this counter was created.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
increment(double amount)
Update the counter by
amount. |
getIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic void increment(double amount)
Counteramount.public double count()
Counterpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object