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
,java.io.Serializable
final class LongAdderCounter extends java.util.concurrent.atomic.LongAdder implements LongCounter
-
-
Constructor Summary
Constructors Constructor Description LongAdderCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
value()
-
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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.netty.util.internal.LongCounter
add, decrement, increment
-
-
-
-
Method Detail
-
value
public long value()
- Specified by:
value
in interfaceLongCounter
-
-