Uses of Class
org.infinispan.executors.ManageableExecutorService
-
Packages that use ManageableExecutorService Package Description org.infinispan.executors Implementations of different executors used for asynchronous operation.org.infinispan.server.core.utils -
-
Uses of ManageableExecutorService in org.infinispan.executors
Subclasses of ManageableExecutorService in org.infinispan.executors Modifier and Type Class Description classLazyInitializingBlockingTaskAwareExecutorServiceA delegating executor that lazily constructs and initializes the underlying executor.classLazyInitializingExecutorServiceA delegating executor that lazily constructs and initializes the underlying executor, since unused JDK executors are expensive.classLazyInitializingScheduledExecutorServiceA delegating scheduled executor that lazily constructs and initializes the underlying scheduled executor, since unused JDK executors are expensive. -
Uses of ManageableExecutorService in org.infinispan.server.core.utils
Subclasses of ManageableExecutorService in org.infinispan.server.core.utils Modifier and Type Class Description classManageableThreadPoolExecutorService
-