backtype.storm.utils
Class MutableLong

java.lang.Object
  extended by backtype.storm.utils.MutableLong

public class MutableLong
extends java.lang.Object


Constructor Summary
MutableLong(long val)
           
 
Method Summary
 long get()
           
 long increment()
           
 long increment(long amt)
           
 void set(long val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableLong

public MutableLong(long val)
Method Detail

set

public void set(long val)

get

public long get()

increment

public long increment()

increment

public long increment(long amt)