Uses of Interface
org.infinispan.remoting.rpc.RpcManager
-
Packages that use RpcManager 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 interceptorsorg.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 -
-
Uses of RpcManager in org.infinispan
Methods in org.infinispan that return RpcManager Modifier and Type Method Description RpcManagerAdvancedCache. getRpcManager()Returns the component in charge of communication with other caches in the cluster. -
Uses of RpcManager in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as RpcManager Modifier and Type Field Description protected RpcManagerCacheImpl. rpcManagerMethods in org.infinispan.cache.impl that return RpcManager Modifier and Type Method Description RpcManagerAbstractDelegatingAdvancedCache. getRpcManager()RpcManagerCacheImpl. getRpcManager()RpcManagerSimpleCacheImpl. getRpcManager() -
Uses of RpcManager in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl declared as RpcManager Modifier and Type Field Description protected RpcManagerClusterExpirationManager. rpcManager -
Uses of RpcManager in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type RpcManager Modifier and Type Method Description ComponentRef<RpcManager>ComponentRegistry. getRpcManager() -
Uses of RpcManager in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as RpcManager Modifier and Type Field Description protected RpcManagerBaseRpcInterceptor. rpcManagerprotected RpcManagerPrefetchInterceptor. rpcManager -
Uses of RpcManager in org.infinispan.remoting.rpc
Classes in org.infinispan.remoting.rpc that implement RpcManager Modifier and Type Class Description classRpcManagerImplThis component really is just a wrapper around aTransportimplementation, and is used to set up the transport and provide lifecycle and dependency hooks into external transport implementations. -
Uses of RpcManager in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport with parameters of type RpcManager Modifier and Type Method Description voidRetryOnFailureXSiteCommand. execute(RpcManager rpcManager, long waitTimeBetweenRetries, TimeUnit unit)Invokes remotely the command using theTransportpassed as parameter.booleanRetryOnFailureXSiteCommand.MaxRetriesPolicy. retry(Throwable throwable, RpcManager transport)booleanRetryOnFailureXSiteCommand.RetryPolicy. retry(Throwable throwable, RpcManager transport) -
Uses of RpcManager in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return RpcManager Modifier and Type Method Description RpcManagerGetCacheRpcManagerAction. run() -
Uses of RpcManager in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return RpcManager Modifier and Type Method Description RpcManagerSecureCacheImpl. getRpcManager() -
Uses of RpcManager in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as RpcManager Modifier and Type Field Description protected RpcManagerStateConsumerImpl. rpcManagerprotected RpcManagerStateProviderImpl. rpcManagerConstructors in org.infinispan.statetransfer with parameters of type RpcManager Constructor Description InboundTransferTask(org.infinispan.commons.util.IntSet segments, Address source, int topologyId, RpcManager rpcManager, CommandsFactory commandsFactory, long timeout, String cacheName, boolean applyState)OutboundTransferTask(Address destination, org.infinispan.commons.util.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) -
Uses of RpcManager in org.infinispan.transaction.impl
Fields in org.infinispan.transaction.impl declared as RpcManager Modifier and Type Field Description protected RpcManagerTransactionTable. rpcManager -
Uses of RpcManager in org.infinispan.transaction.xa.recovery
Methods in org.infinispan.transaction.xa.recovery with parameters of type RpcManager Modifier and Type Method Description voidRecoveryManagerImpl. init(RpcManager rpcManager, CommandsFactory commandsFactory, ComponentRef<TransactionTable> txTable, TransactionCoordinator txCoordinator, TransactionFactory txFactory)
-