Uses of Class
org.jboss.logmanager.AtomicArray
Packages that use AtomicArray
-
Uses of AtomicArray in org.jboss.logmanager
Fields in org.jboss.logmanager declared as AtomicArrayModifier and TypeFieldDescriptionprotected static final AtomicArray<ExtHandler,
Handler> ExtHandler.handlersUpdater
The atomic updater for theExtHandler.handlers
field.private static final AtomicArray<LoggerNode,
Handler> LoggerNode.handlersUpdater
The atomic updater for theLoggerNode.handlers
field.Methods in org.jboss.logmanager that return AtomicArrayModifier and TypeMethodDescriptionstatic <T,
V> AtomicArray<T, V> AtomicArray.create
(AtomicReferenceFieldUpdater<T, V[]> updater, Class<V> componentType) Convenience method to create an instance.