Uses of Interface
org.infinispan.commons.executors.ExecutorFactory
Package
Description
Hot Rod client configuration API.
EmbeddedCacheManager
configurationImplementations of different executors used for asynchronous operation.
Configuration for
RemoteStore
.-
Uses of ExecutorFactory in org.infinispan.client.hotrod.configuration
Modifier and TypeMethodDescriptionClass
<? extends ExecutorFactory> ExecutorFactoryConfiguration.factoryClass()
Modifier and TypeMethodDescriptionExecutorFactoryConfigurationBuilder.factory
(ExecutorFactory factory) Modifier and TypeMethodDescriptionExecutorFactoryConfigurationBuilder.factoryClass
(Class<? extends ExecutorFactory> factoryClass) Specify factory class for executor -
Uses of ExecutorFactory in org.infinispan.configuration.global
Modifier and TypeMethodDescriptionExecutorFactoryConfigurationBuilder.factory
(ExecutorFactory 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 ExecutorFactory in org.infinispan.executors
Modifier and TypeClassDescriptionclass
Default executor factory that creates executors using the JDK Executors service.class
Executor factory that creates WithinThreadExecutor. -
Uses of ExecutorFactory in org.infinispan.persistence.remote.configuration
Modifier and TypeMethodDescriptionExecutorFactoryConfigurationBuilder.factory
(ExecutorFactory factory) Specify factory class for executor NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new instance of the class.