Uses of Interface
org.infinispan.commons.executors.ExecutorFactory
-
Packages that use ExecutorFactory Package Description org.infinispan.client.hotrod.configuration Hot Rod client configuration API.org.infinispan.commons.executors Commons Executors packageorg.infinispan.configuration.global EmbeddedCacheManager
configurationorg.infinispan.persistence.remote.configuration Configuration forRemoteStore
. -
-
Uses of ExecutorFactory in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return ExecutorFactory Modifier and Type Method Description ExecutorFactory
ExecutorFactoryConfiguration. factory()
Methods in org.infinispan.client.hotrod.configuration that return types with arguments of type ExecutorFactory Modifier and Type Method Description Class<? extends ExecutorFactory>
ExecutorFactoryConfiguration. factoryClass()
Methods in org.infinispan.client.hotrod.configuration with parameters of type ExecutorFactory Modifier and Type Method Description ExecutorFactoryConfigurationBuilder
ExecutorFactoryConfigurationBuilder. factory(ExecutorFactory factory)
Specify factory class for executorMethod parameters in org.infinispan.client.hotrod.configuration with type arguments of type ExecutorFactory Modifier and Type Method Description ExecutorFactoryConfigurationBuilder
ExecutorFactoryConfigurationBuilder. factoryClass(Class<? extends ExecutorFactory> factoryClass)
Specify factory class for executor -
Uses of ExecutorFactory in org.infinispan.commons.executors
Subinterfaces of ExecutorFactory in org.infinispan.commons.executors Modifier and Type Interface Description interface
SecurityAwareExecutorFactory
Used to configure and create executors which are aware of the current security context -
Uses of ExecutorFactory in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return ExecutorFactory Modifier and Type Method Description ExecutorFactory
ExecutorFactoryConfiguration. factory()
Methods in org.infinispan.configuration.global with parameters of type ExecutorFactory Modifier and Type Method Description ExecutorFactoryConfigurationBuilder
ExecutorFactoryConfigurationBuilder. 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.persistence.remote.configuration
Methods in org.infinispan.persistence.remote.configuration that return ExecutorFactory Modifier and Type Method Description ExecutorFactory
ExecutorFactoryConfiguration. factory()
Methods in org.infinispan.persistence.remote.configuration with parameters of type ExecutorFactory Modifier and Type Method Description ExecutorFactoryConfigurationBuilder
ExecutorFactoryConfigurationBuilder. 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.
-