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
Classes in org.apache.commons.lang3.concurrent with type parameters of type BackgroundInitializerModifier and TypeClassDescriptionstatic class
BackgroundInitializer.Builder<I extends BackgroundInitializer<T>,
T> Builds a new instance.Subclasses of BackgroundInitializer in org.apache.commons.lang3.concurrentModifier and TypeClassDescriptionclass
A specializedBackgroundInitializer
implementation that wraps aCallable
object.class
A specializedBackgroundInitializer
implementation 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 theBackgroundInitializer
with the given name.Methods in org.apache.commons.lang3.concurrent that return types with arguments of type BackgroundInitializerModifier and TypeMethodDescriptionstatic <T> BackgroundInitializer.Builder<BackgroundInitializer<T>,
T> BackgroundInitializer.builder()
Creates a new builder.Methods in org.apache.commons.lang3.concurrent with parameters of type BackgroundInitializerModifier and TypeMethodDescriptionvoid
MultiBackgroundInitializer.addInitializer
(String name, BackgroundInitializer<?> backgroundInitializer) Adds a newBackgroundInitializer
to this object.