Uses of Class
org.apache.commons.lang3.concurrent.BackgroundInitializer
Packages that use BackgroundInitializer
Package
Description
Provides support classes for multi-threaded programming.
-
Uses of BackgroundInitializer in org.apache.commons.lang3.concurrent
Subclasses of BackgroundInitializer in org.apache.commons.lang3.concurrentModifier and TypeClassDescriptionclassA specializedBackgroundInitializerimplementation that wraps aCallableobject.classA specializedBackgroundInitializerimplementation that can deal with multiple background initialization tasks.Methods in org.apache.commons.lang3.concurrent that return BackgroundInitializerModifier and TypeMethodDescriptionMultiBackgroundInitializer.MultiBackgroundInitializerResults.getInitializer(String name) Returns theBackgroundInitializerwith the given name.Methods in org.apache.commons.lang3.concurrent with parameters of type BackgroundInitializerModifier and TypeMethodDescriptionvoidMultiBackgroundInitializer.addInitializer(String name, BackgroundInitializer<?> backgroundInitializer) Adds a newBackgroundInitializerto this object.