Uses of Class
org.apache.commons.lang3.concurrent.BackgroundInitializer
-
Packages that use BackgroundInitializer Package Description org.apache.commons.lang3.concurrent Provides support classes for multi-threaded programming. -
-
Uses of BackgroundInitializer in org.apache.commons.lang3.concurrent
Subclasses of BackgroundInitializer in org.apache.commons.lang3.concurrent Modifier and Type Class Description class
CallableBackgroundInitializer<T>
A specializedBackgroundInitializer
implementation that wraps aCallable
object.class
MultiBackgroundInitializer
A specializedBackgroundInitializer
implementation that can deal with multiple background initialization tasks.Methods in org.apache.commons.lang3.concurrent that return BackgroundInitializer Modifier and Type Method Description BackgroundInitializer<?>
MultiBackgroundInitializer.MultiBackgroundInitializerResults. getInitializer(java.lang.String name)
Returns theBackgroundInitializer
with the given name.Methods in org.apache.commons.lang3.concurrent with parameters of type BackgroundInitializer Modifier and Type Method Description void
MultiBackgroundInitializer. addInitializer(java.lang.String name, BackgroundInitializer<?> backgroundInitializer)
Adds a newBackgroundInitializer
to this object.
-