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.handlersUpdaterThe atomic updater for theExtHandler.handlersfield.private static final AtomicArray<LoggerNode, Handler> LoggerNode.handlersUpdaterThe atomic updater for theLoggerNode.handlersfield.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.