org.apache.blur.metrics
Class AtomicLongGauge

java.lang.Object
  extended by com.yammer.metrics.core.Gauge<Long>
      extended by org.apache.blur.metrics.AtomicLongGauge
All Implemented Interfaces:
com.yammer.metrics.core.Metric

public class AtomicLongGauge
extends com.yammer.metrics.core.Gauge<Long>


Constructor Summary
AtomicLongGauge(AtomicLong at)
           
 
Method Summary
 Long value()
           
static com.yammer.metrics.core.Gauge<Long> wrap(AtomicLong at)
           
 
Methods inherited from class com.yammer.metrics.core.Gauge
processWith
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomicLongGauge

public AtomicLongGauge(AtomicLong at)
Method Detail

value

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

wrap

public static com.yammer.metrics.core.Gauge<Long> wrap(AtomicLong at)


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