Package org.infinispan.commons.executors
Commons Executors package
-
Interface Summary Interface Description ExecutorFactory Used to configure and create executorsNonBlockingThread Marker interface used to signify that the given thread is non blocking and operations that block should not be run on it.NonBlockingThreadFactory Same asThreadFactory
except that threads created by this factory should be non blocking and implement theNonBlockingThread
interface.SecurityAwareExecutorFactory Used to configure and create executors which are aware of the current security contextThreadPoolExecutorFactory<T extends java.util.concurrent.ExecutorService> -
Class Summary Class Description BlockingThreadPoolExecutorFactory -
Enum Summary Enum Description CachedThreadPoolExecutorFactory ScheduledThreadPoolExecutorFactory