Uses of Enum
io.netty.util.internal.ReferenceCountUpdater.UpdaterType
Packages that use ReferenceCountUpdater.UpdaterType
Package
Description
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Uses of ReferenceCountUpdater.UpdaterType in io.netty.util.internal
Subclasses with type arguments of type ReferenceCountUpdater.UpdaterType in io.netty.util.internalMethods in io.netty.util.internal that return ReferenceCountUpdater.UpdaterTypeModifier and TypeMethodDescriptionstatic <T extends ReferenceCounted>
ReferenceCountUpdater.UpdaterTypeReferenceCountUpdater.updaterTypeOf(Class<T> clz, String fieldName) Deprecated.Returns the enum constant of this type with the specified name.static ReferenceCountUpdater.UpdaterType[]ReferenceCountUpdater.UpdaterType.values()Returns an array containing the constants of this enum type, in the order they are declared.