@InterfaceAudience.Public @InterfaceStability.Evolving public class OutputRecord extends Object
| Modifier and Type | Method and Description | 
|---|---|
| Number | getMetric(String name)Returns the metric object which can be a Float, Integer, Short or Byte. | 
| Set<String> | getMetricNames()Returns the set of metric names. | 
| org.apache.hadoop.metrics.spi.AbstractMetricsContext.MetricMap | getMetricsCopy()Returns a copy of this record's metrics. | 
| Object | getTag(String name)Returns a tag object which is can be a String, Integer, Short or Byte. | 
| Set<String> | getTagNames()Returns the set of tag names | 
| org.apache.hadoop.metrics.spi.AbstractMetricsContext.TagMap | getTagsCopy()Returns a copy of this record's tags. | 
public Set<String> getTagNames()
public Object getTag(String name)
public Set<String> getMetricNames()
public Number getMetric(String name)
public org.apache.hadoop.metrics.spi.AbstractMetricsContext.TagMap getTagsCopy()
public org.apache.hadoop.metrics.spi.AbstractMetricsContext.MetricMap getMetricsCopy()
Copyright © 2016 Apache Software Foundation. All rights reserved.