com.clearspring.metriccatcher
Class GaugeMetricImpl

java.lang.Object
  extended by com.yammer.metrics.core.GaugeMetric<Long>
      extended by com.clearspring.metriccatcher.GaugeMetricImpl
All Implemented Interfaces:
com.yammer.metrics.core.Metric

public class GaugeMetricImpl
extends com.yammer.metrics.core.GaugeMetric<Long>


Constructor Summary
GaugeMetricImpl()
           
 
Method Summary
 void setValue(long value)
           
 Long value()
           
 
Methods inherited from class com.yammer.metrics.core.GaugeMetric
processWith
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaugeMetricImpl

public GaugeMetricImpl()
Method Detail

value

public Long value()
Specified by:
value in class com.yammer.metrics.core.GaugeMetric<Long>

setValue

public void setValue(long value)


Copyright © 2012. All Rights Reserved.