backtype.storm.utils
Class MutableLong
java.lang.Object
backtype.storm.utils.MutableLong
public class MutableLong
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MutableLong
public MutableLong(long val)
set
public void set(long val)
get
public long get()
increment
public long increment()
increment
public long increment(long amt)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.