Uses of Interface
org.infinispan.executors.ScheduledExecutorFactory
Package
Description
EmbeddedCacheManager
configurationImplementations of different executors used for asynchronous operation.
-
Uses of ScheduledExecutorFactory in org.infinispan.configuration.global
Modifier and TypeMethodDescriptionScheduledExecutorFactoryConfigurationBuilder.factory
(ScheduledExecutorFactory factory) Specify factory class for executor NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new instance of the class. -
Uses of ScheduledExecutorFactory in org.infinispan.executors
Modifier and TypeClassDescriptionclass
Creates scheduled executors using the JDK Executors service