Package | Description |
---|---|
org.infinispan.configuration.cache | |
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 |
---|---|
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,
Cache cache,
Configuration cfg,
ReplicationQueue replicationQueue,
CommandsFactory cf,
ExecutorService e,
LocalTopologyManager localTopologyManager,
StateTransferManager stateTransferManager,
TimeService timeService) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.