public class HoodieGauge<T> extends Object implements com.codahale.metrics.Gauge<T>
Gauge, but metric value can be updated by #setValue(T).| Constructor and Description |
|---|
HoodieGauge(T value)
Create an instance with a default value.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Returns the metric's current value.
|
void |
setValue(T value)
Set the metric to a new value.
|
public HoodieGauge(T value)
Copyright © 2023 The Apache Software Foundation. All rights reserved.