-
Constructor Summary
Constructors
-
Method Summary
void
void
Records events occurrences.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NoopMeter
public NoopMeter()
-
Method Details
-
mark
public void mark()
Description copied from interface: Meter
Records one occurrence.
- Specified by:
mark in interface Meter
-
mark
public void mark(long events)
Description copied from interface: Meter
Records events occurrences.
- Specified by:
mark in interface Meter
- Parameters:
events - Number of occurrences to record.