|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.servo.monitor.NumberGauge
com.netflix.servo.monitor.DoubleGauge
public class DoubleGauge
A Gauge that reports a double value.
| Constructor Summary | |
|---|---|
DoubleGauge(MonitorConfig config)
Create a new instance with the specified configuration. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
com.google.common.util.concurrent.AtomicDouble |
getNumber()
Returns a reference to the AtomicDouble. |
int |
hashCode()
|
void |
set(java.lang.Double n)
Set the current value. |
| Methods inherited from class com.netflix.servo.monitor.NumberGauge |
|---|
getConfig, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleGauge(MonitorConfig config)
config - configuration for this gauge| Method Detail |
|---|
public void set(java.lang.Double n)
public com.google.common.util.concurrent.AtomicDouble getNumber()
AtomicDouble.
public boolean equals(java.lang.Object o)
equals in class NumberGaugepublic int hashCode()
hashCode in class NumberGauge
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||