Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.executors.ExecutorFactory

Packages that use ExecutorFactory
org.infinispan.client.hotrod   
org.infinispan.client.hotrod.impl.async   
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.configuration.global   
org.infinispan.executors Implementations of different executors used for asynchronous operation. 
org.infinispan.loaders.remote   
org.infinispan.loaders.remote.configuration   
 

Uses of ExecutorFactory in org.infinispan.client.hotrod
 

Constructors in org.infinispan.client.hotrod with parameters of type ExecutorFactory
RemoteCacheManager(Marshaller marshaller, Properties props, boolean start, ClassLoader classLoader, ExecutorFactory asyncExecutorFactory)
          Builds a remote cache manager that relies on the provided Marshaller for marshalling keys and values to be send over to the remote Infinispan cluster.
RemoteCacheManager(Marshaller marshaller, Properties props, ExecutorFactory asyncExecutorFactory)
          Same as RemoteCacheManager.RemoteCacheManager(Marshaller, java.util.Properties, boolean) with start = true.
RemoteCacheManager(Properties props, boolean start, ClassLoader classLoader, ExecutorFactory asyncExecutorFactory)
          Build a cache manager based on supplied properties.
 

Uses of ExecutorFactory in org.infinispan.client.hotrod.impl.async
 

Classes in org.infinispan.client.hotrod.impl.async that implement ExecutorFactory
 class DefaultAsyncExecutorFactory
          Default implementation for ExecutorFactory based on an ThreadPoolExecutor.
 

Uses of ExecutorFactory in org.infinispan.config
 

Methods in org.infinispan.config that return types with arguments of type ExecutorFactory
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> GlobalConfiguration.ExecutorFactoryType.addProperty(String key, String value)
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> GlobalConfiguration.ExecutorFactoryType.factory(Class<? extends ExecutorFactory> clazz)
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> GlobalConfiguration.ExecutorFactoryType.withProperties(Properties props)
          Deprecated.  
 

Method parameters in org.infinispan.config with type arguments of type ExecutorFactory
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> GlobalConfiguration.ExecutorFactoryType.factory(Class<? extends ExecutorFactory> clazz)
          Deprecated.  
 

Uses of ExecutorFactory in org.infinispan.configuration.global
 

Methods in org.infinispan.configuration.global that return ExecutorFactory
 ExecutorFactory ExecutorFactoryConfiguration.factory()
           
 

Methods in org.infinispan.configuration.global with parameters of type ExecutorFactory
 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.executors
 

Classes in org.infinispan.executors that implement ExecutorFactory
 class DefaultExecutorFactory
          Default executor factory that creates executors using the JDK Executors service.
 

Constructors in org.infinispan.executors with parameters of type ExecutorFactory
LazyInitializingExecutorService(ExecutorFactory factory, Properties executorProperties)
           
 

Uses of ExecutorFactory in org.infinispan.loaders.remote
 

Methods in org.infinispan.loaders.remote that return ExecutorFactory
 ExecutorFactory RemoteCacheStoreConfig.getAsyncExecutorFactory()
           
 

Methods in org.infinispan.loaders.remote with parameters of type ExecutorFactory
 void RemoteCacheStoreConfig.setAsyncExecutorFactory(ExecutorFactory asyncExecutorFactory)
           
 

Uses of ExecutorFactory in org.infinispan.loaders.remote.configuration
 

Methods in org.infinispan.loaders.remote.configuration that return ExecutorFactory
 ExecutorFactory ExecutorFactoryConfiguration.factory()
           
 

Methods in org.infinispan.loaders.remote.configuration with parameters of type ExecutorFactory
 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.
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.