Package io.netty.util.internal
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 java.util.concurrent.atomic.LongAdder
add, decrement, doubleValue, floatValue, increment, intValue, longValue, reset, sum, sumThenReset, toString
Methods inherited from class java.lang.Number
byteValue, shortValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.netty.util.internal.LongCounter
add, decrement, increment
-
Constructor Details
-
LongAdderCounter
LongAdderCounter()
-
-
Method Details
-
value
public long value()- Specified by:
value
in interfaceLongCounter
-