Uses of Class
org.infinispan.executors.ManageableExecutorService
Package
Description
Implementations of different executors used for asynchronous operation.
-
Uses of ManageableExecutorService in org.infinispan.executors
Modifier and TypeClassDescriptionfinal class
A delegating executor that lazily constructs and initializes the underlying executor.final class
A delegating executor that lazily constructs and initializes the underlying executor, since unused JDK executors are expensive.class
A 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