Package org.apache.storm.utils
Class MutableLong
java.lang.Object
org.apache.storm.utils.MutableLong
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
MutableLongpublic MutableLong(long val) 
 
- 
- 
Method Details- 
setpublic void set(long val) 
- 
getpublic long get()
- 
incrementpublic long increment()
- 
incrementpublic long increment(long amt) 
 
-