backtype.storm.metric.api
Class IMetricsConsumer.DataPoint

java.lang.Object
  extended by backtype.storm.metric.api.IMetricsConsumer.DataPoint
Enclosing interface:
IMetricsConsumer

public static class IMetricsConsumer.DataPoint
extends Object


Field Summary
 String name
           
 Object value
           
 
Constructor Summary
IMetricsConsumer.DataPoint()
           
IMetricsConsumer.DataPoint(String name, Object value)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

value

public Object value
Constructor Detail

IMetricsConsumer.DataPoint

public IMetricsConsumer.DataPoint()

IMetricsConsumer.DataPoint

public IMetricsConsumer.DataPoint(String name,
                                  Object value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.