Uses of Interface
org.infinispan.commons.executors.ExecutorFactory
Packages that use ExecutorFactory
Package
Description
Hot Rod client configuration API.
Commons Executors package
EmbeddedCacheManager
configurationConfiguration for
RemoteStore
.-
Uses of ExecutorFactory in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return ExecutorFactoryMethods in org.infinispan.client.hotrod.configuration that return types with arguments of type ExecutorFactoryModifier and TypeMethodDescriptionClass<? extends ExecutorFactory>
ExecutorFactoryConfiguration.factoryClass()
Methods in org.infinispan.client.hotrod.configuration with parameters of type ExecutorFactoryModifier and TypeMethodDescriptionExecutorFactoryConfigurationBuilder.factory
(ExecutorFactory factory) Specify factory class for executorMethod parameters in org.infinispan.client.hotrod.configuration with type arguments of type ExecutorFactoryModifier and TypeMethodDescriptionExecutorFactoryConfigurationBuilder.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.executorsModifier and TypeInterfaceDescriptioninterface
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 ExecutorFactoryMethods in org.infinispan.configuration.global with parameters of type ExecutorFactoryModifier 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.persistence.remote.configuration
Methods in org.infinispan.persistence.remote.configuration that return ExecutorFactoryMethods in org.infinispan.persistence.remote.configuration with parameters of type ExecutorFactoryModifier 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.