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.commands.remote Meta-commands that wrap other commands for remote execution.org.infinispan.distexec Distributed Executor APIs (deprecated)org.infinispan.expiration.impl 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.scattered.impl org.infinispan.security.actions org.infinispan.security.impl org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stream.impl 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 RpcManager
AdvancedCache. 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 RpcManager
CacheImpl. rpcManager
Methods in org.infinispan.cache.impl that return RpcManager Modifier and Type Method Description RpcManager
AbstractDelegatingAdvancedCache. getRpcManager()
RpcManager
CacheImpl. getRpcManager()
RpcManager
SimpleCacheImpl. getRpcManager()
-
Uses of RpcManager in org.infinispan.commands.remote
Methods in org.infinispan.commands.remote with parameters of type RpcManager Modifier and Type Method Description void
RevokeBiasCommand. init(BiasManager biasManager, CommandsFactory commandsFactory, RpcManager rpcManager)
-
Uses of RpcManager in org.infinispan.distexec
Fields in org.infinispan.distexec declared as RpcManager Modifier and Type Field Description protected RpcManager
DefaultExecutorService. rpc
Deprecated. -
Uses of RpcManager in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl declared as RpcManager Modifier and Type Field Description protected RpcManager
ClusterExpirationManager. rpcManager
-
Uses of RpcManager in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as RpcManager Modifier and Type Field Description protected RpcManager
BaseRpcInterceptor. rpcManager
protected RpcManager
PrefetchInterceptor. rpcManager
-
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.scattered.impl
Methods in org.infinispan.scattered.impl with parameters of type RpcManager Modifier and Type Method Description void
BiasManagerImpl. init(AdvancedCache cache, Configuration configuration, TimeService timeService, DistributionManager distributionManager, CommandsFactory commandsFactory, RpcManager rpcManager, KeyPartitioner keyPartitioner, ScheduledExecutorService executor)
-
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.security.impl
Methods in org.infinispan.security.impl that return RpcManager Modifier and Type Method Description RpcManager
SecureCacheImpl. getRpcManager()
-
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(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<OutboundTransferTask> onCompletion, Consumer<List<StateChunk>> onChunkReplicated, BiFunction<InternalCacheEntry,InternalEntryFactory,InternalCacheEntry> mapEntryFromDataContainer, BiFunction<MarshalledEntry,InternalEntryFactory,InternalCacheEntry> mapEntryFromStore, InternalDataContainer dataContainer, PersistenceManager persistenceManager, RpcManager rpcManager, CommandsFactory commandsFactory, InternalEntryFactory ef, long timeout, String cacheName, boolean applyState, boolean pushTransfer)
-
Uses of RpcManager in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl declared as RpcManager Modifier and Type Field Description protected RpcManager
ClusterStreamManagerImpl. rpc
-
Uses of RpcManager in org.infinispan.transaction.impl
Fields in org.infinispan.transaction.impl declared as RpcManager Modifier and Type Field Description protected RpcManager
TransactionTable. 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 void
RecoveryManagerImpl. init(RpcManager rpcManager, CommandsFactory commandsFactory, TransactionTable txTable, TransactionCoordinator txCoordinator, TransactionFactory txFactory)
-