Package org.apache.fluo.api.metrics
Interface Meter
-
public interface Meter
Metrics Meter. See http://metrics.dropwizard.io/3.1.0/getting-started/#meters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mark()
Mark the occurrence of eventvoid
mark(long numEvents)
Mark the occurrence of numEvents
-