Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.configuration.cache |
Classes related to eviction.
|
org.infinispan.remoting |
Remote communication between cache instances.
|
org.infinispan.remoting.rpc |
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
|
Modifier and Type | Method and Description |
---|---|
FluentConfiguration.AsyncConfig |
FluentConfiguration.AsyncConfig.replQueueClass(Class<? extends ReplicationQueue> replQueueClass)
Deprecated.
This overrides the replication queue implementation class.
|
FluentConfiguration.AsyncConfig |
Configuration.AsyncType.replQueueClass(Class<? extends ReplicationQueue> replQueueClass)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ReplicationQueue |
AsyncConfiguration.replQueue()
The replication queue in use, by default
ReplicationQueueImpl . |
Modifier and Type | Method and Description |
---|---|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.replQueue(ReplicationQueue replicationQueue)
The replication queue in use, by default
ReplicationQueueImpl . |
Modifier and Type | Class and Description |
---|---|
class |
ReplicationQueueImpl
A default implementation of the ReplicationQueue interface.
|
Modifier and Type | Method and Description |
---|---|
void |
RpcManagerImpl.injectDependencies(Transport t,
Configuration configuration,
ReplicationQueue replicationQueue,
CommandsFactory cf,
ExecutorService e,
CacheViewsManager cvm) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.