Class LongAdderCounter
java.lang.Object
java.lang.Number
java.util.concurrent.atomic.LongAdder
io.netty.util.internal.LongAdderCounter
- All Implemented Interfaces:
LongCounter, Serializable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LongAdder
add, decrement, doubleValue, floatValue, increment, intValue, longValue, reset, sum, sumThenReset, toStringMethods inherited from class Number
byteValue, shortValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface LongCounter
add, decrement, increment
-
Constructor Details
-
LongAdderCounter
LongAdderCounter()
-
-
Method Details
-
value
public long value()- Specified by:
valuein interfaceLongCounter
-