| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.metrics.spi.OutputRecord
public class OutputRecord
Represents a record of metric data to be sent to a metrics system.
| Method Summary | |
|---|---|
 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.  | 
 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  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public Set<String> getTagNames()
public Object getTag(String name)
public Set<String> getMetricNames()
public Number getMetric(String name)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||