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
           
static class GlobalConfiguration.ScheduledExecutorFactoryType
           
 

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


-->

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