JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.beam.sdk.metrics
Interface Metric
All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Counter
,
Distribution
,
Gauge
,
Histogram
All Known Implementing Classes:
CounterImpl
,
DelegatingCounter
,
DelegatingDistribution
,
DelegatingHistogram
,
DistributionImpl
,
GaugeImpl
public interface
Metric
extends java.io.Serializable
Marker interface for all user-facing metrics.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
MetricName
getName
()
The
MetricName
given to this metric.
Method Detail
getName
MetricName
getName()
The
MetricName
given to this metric.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method