Uses of Interface
org.infinispan.executors.ScheduledExecutorFactory
-
Packages that use ScheduledExecutorFactory Package Description org.infinispan.configuration.global EmbeddedCacheManagerconfigurationorg.infinispan.executors Implementations of different executors used for asynchronous operation. -
-
Uses of ScheduledExecutorFactory in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return ScheduledExecutorFactory Modifier and Type Method Description ScheduledExecutorFactoryScheduledExecutorFactoryConfiguration. factory()Methods in org.infinispan.configuration.global with parameters of type ScheduledExecutorFactory Modifier and Type Method Description ScheduledExecutorFactoryConfigurationBuilderScheduledExecutorFactoryConfigurationBuilder. 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.executors Modifier and Type Interface Description interfaceSecurityAwareScheduledExecutorFactoryClasses in org.infinispan.executors that implement ScheduledExecutorFactory Modifier and Type Class Description classDefaultScheduledExecutorFactoryCreates scheduled executors using the JDK Executors service
-