Modifier and Type | Field and Description |
---|---|
static GaugeLong |
NONE
Empty no-op
gauge . |
Modifier and Type | Method and Description |
---|---|
long |
decrement()
Decrement the
gauge value atomically and return the new value |
long |
increment()
Increment the
gauge value atomically and return the new value |
void |
set(long value)
Set the
gauge value |
static final GaugeLong NONE
gauge
.void set(long value)
gauge
valuevalue
- to set the gauge
to.long increment()
gauge
value atomically and return the new valuelong decrement()
gauge
value atomically and return the new valueCinnamon API. Copyright (c) 2015–2021 Lightbend.