Uses of Class
io.netty.util.internal.RefCnt
Packages that use RefCnt
Package
Description
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Uses of RefCnt in io.netty.util.internal
Methods in io.netty.util.internal with parameters of type RefCntModifier and TypeMethodDescriptionstatic booleanRefCnt.isLiveNonVolatile(RefCnt ref) Returnstrueif and only if the given reference counter is alive.static intReturns the current reference count of the givenRefCntinstance with a load acquire semantic.static booleanDecreases the reference count of the givenRefCntinstance by 1.static booleanDecreases the reference count of the givenRefCntinstance by the specified decrement.static voidRefCnt.resetRefCnt(RefCnt ref) Resets the reference count of the givenRefCntinstance to 1.static voidIncreases the reference count of the givenRefCntinstance by 1.static voidIncreases the reference count of the givenRefCntinstance by the specified increment.static voidWARNING: An unsafe operation that sets the reference count of the givenRefCntinstance directly.