|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.metrics.codahale_metrics.metrics.core.Gauge<java.lang.Double>
com.espertech.esper.metrics.codahale_metrics.metrics.util.RatioGauge
com.espertech.esper.metrics.codahale_metrics.metrics.util.PercentGauge
public abstract class PercentGauge
A RatioGauge
extension which returns a percentage, not a ratio.
Constructor Summary | |
---|---|
PercentGauge()
|
Method Summary | |
---|---|
java.lang.Double |
value()
Returns the metric's current value. |
Methods inherited from class com.espertech.esper.metrics.codahale_metrics.metrics.util.RatioGauge |
---|
getDenominator, getNumerator |
Methods inherited from class com.espertech.esper.metrics.codahale_metrics.metrics.core.Gauge |
---|
processWith |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PercentGauge()
Method Detail |
---|
public java.lang.Double value()
Gauge
value
in class RatioGauge
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |