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.
|
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
|
Copyright © 2010 The Apache Software Foundation