Uses of Class
io.netty.util.internal.ReferenceCountUpdater.UpdaterType
-
Packages that use ReferenceCountUpdater.UpdaterType Package Description io.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of ReferenceCountUpdater.UpdaterType in io.netty.util.internal
Methods in io.netty.util.internal that return ReferenceCountUpdater.UpdaterType Modifier and Type Method Description static <T extends ReferenceCounted>
ReferenceCountUpdater.UpdaterTypeReferenceCountUpdater. updaterTypeOf(java.lang.Class<T> clz, java.lang.String fieldName)static ReferenceCountUpdater.UpdaterTypeReferenceCountUpdater.UpdaterType. valueOf(java.lang.String name)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.
-