Package org.apache.beam.sdk.metrics
Class GaugeResult
java.lang.Object
org.apache.beam.sdk.metrics.GaugeResult
- Direct Known Subclasses:
GaugeResult.EmptyGaugeResult
The result of a
Gauge
metric.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
EmptyGaugeResult
, representing no values reported. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GaugeResult
static GaugeResult
empty()
abstract Instant
abstract long
getValue()
-
Constructor Details
-
GaugeResult
public GaugeResult()
-
-
Method Details
-
getValue
public abstract long getValue() -
getTimestamp
-
create
-
empty
-