| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.cache.impl | |
| org.infinispan.expiration.impl | |
| org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
| org.infinispan.interceptors.impl |
Basic interceptors
|
| org.infinispan.remoting.rpc |
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
|
| org.infinispan.remoting.transport |
Transports handle the low-level networking, used by the remoting components.
|
| org.infinispan.security.actions | |
| org.infinispan.security.impl | |
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| org.infinispan.transaction.impl | |
| org.infinispan.transaction.xa.recovery |
| Modifier and Type | Method and Description |
|---|---|
RpcManager |
AdvancedCache.getRpcManager()
Returns the component in charge of communication with other caches in the cluster.
|
| Modifier and Type | Field and Description |
|---|---|
protected RpcManager |
CacheImpl.rpcManager |
| Modifier and Type | Method and Description |
|---|---|
RpcManager |
AbstractDelegatingAdvancedCache.getRpcManager() |
RpcManager |
CacheImpl.getRpcManager() |
RpcManager |
SimpleCacheImpl.getRpcManager() |
| Modifier and Type | Field and Description |
|---|---|
protected RpcManager |
ClusterExpirationManager.rpcManager |
| Modifier and Type | Method and Description |
|---|---|
ComponentRef<RpcManager> |
ComponentRegistry.getRpcManager() |
| Modifier and Type | Field and Description |
|---|---|
protected RpcManager |
BaseRpcInterceptor.rpcManager |
protected RpcManager |
PrefetchInterceptor.rpcManager |
| Modifier and Type | Class and Description |
|---|---|
class |
RpcManagerImpl
This component really is just a wrapper around a
Transport implementation,
and is used to set up the transport and provide lifecycle and dependency hooks into external transport
implementations. |
| Modifier and Type | Method and Description |
|---|---|
void |
RetryOnFailureXSiteCommand.execute(RpcManager rpcManager,
long waitTimeBetweenRetries,
TimeUnit unit)
Invokes remotely the command using the
Transport passed as parameter. |
boolean |
RetryOnFailureXSiteCommand.RetryPolicy.retry(Throwable throwable,
RpcManager transport) |
boolean |
RetryOnFailureXSiteCommand.MaxRetriesPolicy.retry(Throwable throwable,
RpcManager transport) |
| Modifier and Type | Method and Description |
|---|---|
RpcManager |
GetCacheRpcManagerAction.run() |
| Modifier and Type | Method and Description |
|---|---|
RpcManager |
SecureCacheImpl.getRpcManager() |
| Modifier and Type | Field and Description |
|---|---|
protected RpcManager |
StateConsumerImpl.rpcManager |
protected RpcManager |
StateProviderImpl.rpcManager |
| Constructor and Description |
|---|
InboundTransferTask(IntSet segments,
Address source,
int topologyId,
RpcManager rpcManager,
CommandsFactory commandsFactory,
long timeout,
String cacheName,
boolean applyState) |
OutboundTransferTask(Address destination,
IntSet segments,
int segmentCount,
int chunkSize,
int topologyId,
KeyPartitioner keyPartitioner,
Consumer<Collection<StateChunk>> onChunkReplicated,
RpcManager rpcManager,
CommandsFactory commandsFactory,
long timeout,
String cacheName,
boolean applyState,
boolean pushTransfer) |
| Modifier and Type | Field and Description |
|---|---|
protected RpcManager |
TransactionTable.rpcManager |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryManagerImpl.init(RpcManager rpcManager,
CommandsFactory commandsFactory,
ComponentRef<TransactionTable> txTable,
TransactionCoordinator txCoordinator,
TransactionFactory txFactory) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.