| Package | Description |
|---|---|
| org.infinispan.configuration.cache |
Cache configuration |
| 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 | Field and Description |
|---|---|
static AttributeDefinition<ReplicationQueue> |
AsyncConfiguration.REPLICATION_QUEUE |
| Modifier and Type | Method and Description |
|---|---|
ReplicationQueue |
AsyncConfiguration.replQueue()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.replQueue(ReplicationQueue replicationQueue)
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicationQueueImpl
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RpcManagerImpl.injectDependencies(Transport t,
Configuration cfg,
ReplicationQueue replicationQueue,
CommandsFactory cf,
StateTransferManager stateTransferManager,
TimeService timeService) |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.