|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScheduledExecutorFactory | |
---|---|
org.infinispan.config | Cache configuration beans and parsers. |
org.infinispan.configuration.global | |
org.infinispan.executors | Implementations of different executors used for asynchronous operation. |
Uses of ScheduledExecutorFactory in org.infinispan.config |
---|
Methods in org.infinispan.config that return types with arguments of type ScheduledExecutorFactory | |
---|---|
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> |
GlobalConfiguration.ScheduledExecutorFactoryType.addProperty(String key,
String value)
Deprecated. |
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> |
GlobalConfiguration.ScheduledExecutorFactoryType.factory(Class<? extends ScheduledExecutorFactory> clazz)
Deprecated. |
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> |
GlobalConfiguration.ScheduledExecutorFactoryType.withProperties(Properties props)
Deprecated. |
Method parameters in org.infinispan.config with type arguments of type ScheduledExecutorFactory | |
---|---|
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> |
GlobalConfiguration.ScheduledExecutorFactoryType.factory(Class<? extends ScheduledExecutorFactory> clazz)
Deprecated. |
Uses of ScheduledExecutorFactory in org.infinispan.configuration.global |
---|
Methods in org.infinispan.configuration.global that return ScheduledExecutorFactory | |
---|---|
ScheduledExecutorFactory |
ScheduledExecutorFactoryConfiguration.factory()
|
Methods in org.infinispan.configuration.global with parameters of type ScheduledExecutorFactory | |
---|---|
ScheduledExecutorFactoryConfigurationBuilder |
ScheduledExecutorFactoryConfigurationBuilder.factory(ScheduledExecutorFactory 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 ScheduledExecutorFactory in org.infinispan.executors |
---|
Classes in org.infinispan.executors that implement ScheduledExecutorFactory | |
---|---|
class |
DefaultScheduledExecutorFactory
Creates scheduled executors using the JDK Executors service |
Constructors in org.infinispan.executors with parameters of type ScheduledExecutorFactory | |
---|---|
LazyInitializingScheduledExecutorService(ScheduledExecutorFactory factory,
Properties executorProperties)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |