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
com.twitter.heron.api.metric
Interface IMetric<T>
Type Parameters:
T
- the type of the metric value being tracked
All Known Implementing Classes:
AssignableMetric
,
CombinedMetric
,
CountMetric
,
ErrorReportLoggingHandler.ExceptionRepositoryAsMetrics
,
MetricDelegate
,
MetricDelegate
,
MultiAssignableMetric
,
MultiCountMetric
,
MultiReducedMetric
,
ReducedMetric
public interface
IMetric<T>
Interface for a metric that can be tracked
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
getValueAndReset
()
Method Detail
getValueAndReset
T
getValueAndReset()
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