Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.config.FluentGlobalConfiguration.ExecutorFactoryConfig

Packages that use FluentGlobalConfiguration.ExecutorFactoryConfig
org.infinispan.config Cache configuration beans and parsers. 
 

Uses of FluentGlobalConfiguration.ExecutorFactoryConfig in org.infinispan.config
 

Classes in org.infinispan.config that implement FluentGlobalConfiguration.ExecutorFactoryConfig
static class GlobalConfiguration.ExecutorFactoryType
          Deprecated. 
static class GlobalConfiguration.ScheduledExecutorFactoryType
          Deprecated. 
 

Methods in org.infinispan.config that return FluentGlobalConfiguration.ExecutorFactoryConfig
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> GlobalConfiguration.ExecutorFactoryType.addProperty(String key, String value)
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> GlobalConfiguration.ScheduledExecutorFactoryType.addProperty(String key, String value)
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<T> FluentGlobalConfiguration.ExecutorFactoryConfig.addProperty(String key, String value)
          Deprecated. Add key/value property pair to this executor factory configuration
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> GlobalConfiguration.ExecutorFactoryType.factory(Class<? extends ExecutorFactory> clazz)
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> GlobalConfiguration.ScheduledExecutorFactoryType.factory(Class<? extends ScheduledExecutorFactory> clazz)
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<T> FluentGlobalConfiguration.ExecutorFactoryConfig.factory(Class<? extends T> factory)
          Deprecated. Specify factory class for executor
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> GlobalConfiguration.ExecutorFactoryType.withProperties(Properties props)
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> GlobalConfiguration.ScheduledExecutorFactoryType.withProperties(Properties props)
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<T> FluentGlobalConfiguration.ExecutorFactoryConfig.withProperties(Properties props)
          Deprecated. Set key/value properties to this executor factory configuration
 


Infinispan Distribution 5.2.6.Final-redhat-2

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