Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.lang3.concurrent Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
AtomicInitializer A specialized implementation of the ConcurrentInitializer interface based on an AtomicReference variable.Classorg.apache.commons.lang3.concurrentApache Commons
AtomicSafeInitializer A specialized ConcurrentInitializer implementation which is similar to AtomicInitializer, but ensures that the initialize()Classorg.apache.commons.lang3.concurrentApache Commons
BackgroundInitializer A class that allows complex initialization operations in a background task.Classorg.apache.commons.lang3.concurrentApache Commons
BasicThreadFactory An implementation of the ThreadFactory interface that provides some configuration options for the threads it creates.Classorg.apache.commons.lang3.concurrentApache Commons
BasicThreadFactory .Builder A builder class for creating instances of BasicThreadFactory.Classorg.apache.commons.lang3.concurrent.BasicThreadFactoryApache Commons
CallableBackgroundInitializer A specialized BackgroundInitializer implementation that wraps a An instance of this class is initialized with a Callable object whenClassorg.apache.commons.lang3.concurrentApache Commons
ConcurrentException An exception class used for reporting error conditions related to accessing data of background tasks.Classorg.apache.commons.lang3.concurrentApache Commons
ConcurrentInitializer Definition of an interface for the thread-safe initialization of objects.Interfaceorg.apache.commons.lang3.concurrentApache Commons
ConcurrentRuntimeException An exception class used for reporting runtime error conditions related to accessing data of background tasks.Classorg.apache.commons.lang3.concurrentApache Commons
ConcurrentUtils An utility class providing functionality related to the java.Classorg.apache.commons.lang3.concurrentApache Commons
ConstantInitializer A very simple implementation of the ConcurrentInitializer interface which always returns the same object.Classorg.apache.commons.lang3.concurrentApache Commons
LazyInitializer This class provides a generic implementation of the lazy initialization Sometimes an application has to deal with an object only under certainClassorg.apache.commons.lang3.concurrentApache Commons
MultiBackgroundInitializer A specialized BackgroundInitializer implementation that can deal with multiple background initialization tasks.Classorg.apache.commons.lang3.concurrentApache Commons
MultiBackgroundInitializer .MultiBackgroundInitializerResultsA data class for storing the results of the background initialization performed by MultiBackgroundInitializer.Classorg.apache.commons.lang3.concurrent.MultiBackgroundInitializerApache Commons
TimedSemaphore A specialized semaphore implementation that provides a number of permits in a given time frame.Classorg.apache.commons.lang3.concurrentApache Commons