-
Constructor Summary
Constructors
-
Method Summary
void
Set current value for this gauge.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.beam.sdk.metrics.Metric
getName
-
-
Method Details
-
set
public void set(long value)
Description copied from interface: Gauge
Set current value for this gauge.
- Specified by:
set
in interface Gauge
-