| Package | Description |
|---|---|
| org.infinispan.client.hotrod | |
| org.infinispan.client.hotrod.impl.async | |
| org.infinispan.config |
Cache configuration beans and parsers.
|
| org.infinispan.configuration.global | |
| org.infinispan.executors |
Implementations of different executors used for asynchronous operation.
|
| org.infinispan.loaders.remote |
| Constructor and Description |
|---|
RemoteCacheManager(Marshaller marshaller,
Properties props,
boolean start,
ClassLoader classLoader,
ExecutorFactory asyncExecutorFactory)
Builds a remote cache manager that relies on the provided
Marshaller for marshalling
keys and values to be send over to the remote Infinispan cluster. |
RemoteCacheManager(Marshaller marshaller,
Properties props,
ExecutorFactory asyncExecutorFactory)
Same as
RemoteCacheManager.RemoteCacheManager(Marshaller, java.util.Properties, boolean) with start = true. |
RemoteCacheManager(Properties props,
boolean start,
ClassLoader classLoader,
ExecutorFactory asyncExecutorFactory)
Build a cache manager based on supplied properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAsyncExecutorFactory
Default implementation for
ExecutorFactory based on an ThreadPoolExecutor. |
| Modifier and Type | Method and Description |
|---|---|
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> |
GlobalConfiguration.ExecutorFactoryType.addProperty(String key,
String value)
Deprecated.
|
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> |
GlobalConfiguration.ExecutorFactoryType.factory(Class<? extends ExecutorFactory> clazz)
Deprecated.
|
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> |
GlobalConfiguration.ExecutorFactoryType.withProperties(Properties props)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> |
GlobalConfiguration.ExecutorFactoryType.factory(Class<? extends ExecutorFactory> clazz)
Deprecated.
|
| 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.
|
| Constructor and Description |
|---|
LazyInitializingExecutorService(ExecutorFactory factory,
Properties executorProperties) |
| Modifier and Type | Method and Description |
|---|---|
ExecutorFactory |
RemoteCacheStoreConfig.getAsyncExecutorFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteCacheStoreConfig.setAsyncExecutorFactory(ExecutorFactory asyncExecutorFactory) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.