Package com.lightbend.cinnamon.metric
Interface GaugeDouble
-
-
Field Summary
Fields Modifier and Type Field Description static GaugeDouble
NONE
Empty no-opgauge
.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(double value)
Set thegauge
value
-
-
-
Field Detail
-
NONE
static final GaugeDouble NONE
Empty no-opgauge
.
-
-