Uses of Interface
org.infinispan.executors.ScheduledExecutorFactory
Packages that use ScheduledExecutorFactory
Package
Description
EmbeddedCacheManager
configurationImplementations of different executors used for asynchronous operation.
-
Uses of ScheduledExecutorFactory in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return ScheduledExecutorFactoryMethods in org.infinispan.configuration.global with parameters of type ScheduledExecutorFactoryModifier 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
Subinterfaces of ScheduledExecutorFactory in org.infinispan.executorsClasses in org.infinispan.executors that implement ScheduledExecutorFactoryModifier and TypeClassDescriptionclass
Creates scheduled executors using the JDK Executors service