Uses of Interface
org.infinispan.executors.ExecutorFactory

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

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)
           
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> GlobalConfiguration.ExecutorFactoryType.factory(Class<? extends ExecutorFactory> clazz)
           
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> GlobalConfiguration.ExecutorFactoryType.withProperties(Properties props)
           
 

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

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.
 


-->

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