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.extendedstats.wrappers org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.query.affinity This package contains the implementation of the AffinityIndexManager, that maintains an index divided into shards with storage using the Infinispan Lucene directory.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.statetransfer Transfer of state to new caches in a cluster.org.infinispan.transaction.xa.recovery -
-
Uses of RpcManager in org.infinispan
Methods in org.infinispan that return RpcManager Modifier and Type Method Description RpcManager
AdvancedCache. getRpcManager()
Returns the component in charge of communication with other caches in the cluster. -
Uses of RpcManager in org.infinispan.extendedstats.wrappers
Classes in org.infinispan.extendedstats.wrappers that implement RpcManager Modifier and Type Class Description class
ExtendedStatisticRpcManager
Takes statistics about the RPC invocations.Constructors in org.infinispan.extendedstats.wrappers with parameters of type RpcManager Constructor Description ExtendedStatisticRpcManager(RpcManager actual, CacheStatisticManager cacheStatisticManager, TimeService timeService, StreamingMarshaller marshaller)
-
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 org.infinispan.factories.impl.ComponentRef<RpcManager>
ComponentRegistry. getRpcManager()
-
Uses of RpcManager in org.infinispan.query.affinity
Methods in org.infinispan.query.affinity with parameters of type RpcManager Modifier and Type Method Description void
AffinityErrorHandler. initialize(RpcManager rpcManager, java.util.concurrent.ExecutorService blockingExecutor)
-
Uses of RpcManager in org.infinispan.remoting.rpc
Classes in org.infinispan.remoting.rpc that implement RpcManager Modifier and Type Class Description class
RpcManagerImpl
This component really is just a wrapper around aTransport
implementation, 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 void
RetryOnFailureXSiteCommand. execute(RpcManager rpcManager, long waitTimeBetweenRetries, java.util.concurrent.TimeUnit unit)
Invokes remotely the command using theTransport
passed as parameter.boolean
RetryOnFailureXSiteCommand.MaxRetriesPolicy. retry(java.lang.Throwable throwable, RpcManager transport)
boolean
RetryOnFailureXSiteCommand.RetryPolicy. retry(java.lang.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 RpcManager
GetCacheRpcManagerAction. run()
-
Uses of RpcManager in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as RpcManager Modifier and Type Field Description protected RpcManager
StateConsumerImpl. rpcManager
protected RpcManager
StateProviderImpl. rpcManager
Constructors in org.infinispan.statetransfer with parameters of type RpcManager Constructor Description InboundTransferTask(IntSet segments, Address source, int topologyId, RpcManager rpcManager, org.infinispan.commands.CommandsFactory commandsFactory, long timeout, java.lang.String cacheName, boolean applyState)
OutboundTransferTask(Address destination, IntSet segments, int segmentCount, int chunkSize, int topologyId, KeyPartitioner keyPartitioner, java.util.function.Consumer<java.util.Collection<StateChunk>> onChunkReplicated, RpcManager rpcManager, org.infinispan.commands.CommandsFactory commandsFactory, long timeout, java.lang.String cacheName, boolean applyState, boolean pushTransfer)
-
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 void
RecoveryManagerImpl. init(RpcManager rpcManager, org.infinispan.commands.CommandsFactory commandsFactory, org.infinispan.factories.impl.ComponentRef<org.infinispan.transaction.impl.TransactionTable> txTable, org.infinispan.transaction.impl.TransactionCoordinator txCoordinator, TransactionFactory txFactory)
-