Uses of Interface
io.netty.util.internal.LongCounter
-
Packages that use LongCounter Package Description io.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of LongCounter in io.netty.util.internal
Methods in io.netty.util.internal that return LongCounter Modifier and Type Method Description static LongCounter
PlatformDependent. newLongCounter()
Creates a new fastestLongCounter
implementation for the current platform.
-