Package | Description |
---|---|
org.infinispan.client.hotrod | |
org.infinispan.client.hotrod.configuration | |
org.infinispan.client.hotrod.impl.async | |
org.infinispan.configuration.global | |
org.infinispan.executors |
Implementations of different executors used for asynchronous operation.
|
org.infinispan.persistence.remote.configuration |
Constructor and Description |
---|
RemoteCacheManager(Marshaller marshaller,
Properties props,
boolean start,
ClassLoader classLoader,
ExecutorFactory asyncExecutorFactory)
Deprecated.
|
RemoteCacheManager(Marshaller marshaller,
Properties props,
ExecutorFactory asyncExecutorFactory)
Deprecated.
|
RemoteCacheManager(Properties props,
boolean start,
ClassLoader classLoader,
ExecutorFactory asyncExecutorFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExecutorFactory |
ExecutorFactoryConfiguration.factory() |
Modifier and Type | Method and Description |
---|---|
Class<? extends ExecutorFactory> |
ExecutorFactoryConfiguration.factoryClass() |
Modifier and Type | Method and Description |
---|---|
ExecutorFactoryConfigurationBuilder |
ExecutorFactoryConfigurationBuilder.factory(ExecutorFactory factory)
Specify factory class for executor
|
Modifier and Type | Method and Description |
---|---|
ExecutorFactoryConfigurationBuilder |
ExecutorFactoryConfigurationBuilder.factoryClass(Class<? extends ExecutorFactory> factoryClass)
Specify factory class for executor
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAsyncExecutorFactory
Default implementation for
org.infinispan.executors.ExecutorFactory based on an ThreadPoolExecutor . |
Modifier and Type | Method and Description |
---|---|
ExecutorFactory |
ExecutorFactoryConfiguration.factory() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExecutorFactory
Default executor factory that creates executors using the JDK Executors service.
|
class |
WithinThreadExecutorFactory
Executor factory that creates WithinThreadExecutor.
|
Constructor and Description |
---|
LazyInitializingBlockingTaskAwareExecutorService(ExecutorFactory factory,
Properties executorProperties,
TimeService timeService) |
LazyInitializingExecutorService(ExecutorFactory factory,
Properties executorProperties) |
Modifier and Type | Method and Description |
---|---|
ExecutorFactory |
ExecutorFactoryConfiguration.factory() |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.