- java.lang.Object
-
- com.codahale.metrics.Meter
-
- org.apache.flink.dropwizard.metrics.FlinkMeterWrapper
-
-
Constructor Summary
Constructors
| Constructor and Description |
FlinkMeterWrapper(org.apache.flink.metrics.Meter meter) |
FlinkMeterWrapper(org.apache.flink.metrics.Meter meter,
com.codahale.metrics.Clock clock) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
mark
public void mark()
- Overrides:
mark in class com.codahale.metrics.Meter
-
mark
public void mark(long n)
- Overrides:
mark in class com.codahale.metrics.Meter
-
getCount
public long getCount()
- Specified by:
getCount in interface com.codahale.metrics.Counting
- Specified by:
getCount in interface com.codahale.metrics.Metered
- Overrides:
getCount in class com.codahale.metrics.Meter
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.