Class OutputRecord
java.lang.Object
com.mapr.org.apache.hadoop.metrics.spi.OutputRecord
Represents a record of metric data to be sent to a metrics system.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the metric object which can be a Float, Integer, Short or Byte.Returns the set of metric names.Returns a copy of this record's metrics.Returns a tag object which is can be a String, Integer, Short or Byte.Returns the set of tag namesReturns a copy of this record's tags.
-
Method Details
-
getTagNames
Returns the set of tag names -
getTag
Returns a tag object which is can be a String, Integer, Short or Byte.- Returns:
- the tag value, or null if there is no such tag
-
getMetricNames
Returns the set of metric names. -
getMetric
Returns the metric object which can be a Float, Integer, Short or Byte. -
getTagsCopy
Returns a copy of this record's tags. -
getMetricsCopy
Returns a copy of this record's metrics.
-