Uses of Class
org.infinispan.executors.ManageableExecutorService
-
Packages that use ManageableExecutorService Package Description org.infinispan.executors Implementations of different executors used for asynchronous operation. -
-
Uses of ManageableExecutorService in org.infinispan.executors
Subclasses of ManageableExecutorService in org.infinispan.executors Modifier and Type Class Description class
LazyInitializingBlockingTaskAwareExecutorService
A delegating executor that lazily constructs and initializes the underlying executor.class
LazyInitializingExecutorService
A delegating executor that lazily constructs and initializes the underlying executor, since unused JDK executors are expensive.class
LazyInitializingScheduledExecutorService
A delegating scheduled executor that lazily constructs and initializes the underlying scheduled executor, since unused JDK executors are expensive.
-