@InterfaceAudience.Public @InterfaceStability.Evolving public interface MetricsRecord
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| String | context() | 
| String | description() | 
| Iterable<AbstractMetric> | metrics()Get the metrics of the record | 
| String | name() | 
| Collection<MetricsTag> | tags()Get the tags of the record
 Note: returning a collection instead of iterable as we
 need to use tags as keys (hence Collection#hashCode etc.) in maps | 
| long | timestamp()Get the timestamp of the metrics | 
long timestamp()
String description()
Collection<MetricsTag> tags()
Iterable<AbstractMetric> metrics()
Copyright © 2016 Apache Software Foundation. All rights reserved.