Uses of Interface
org.infinispan.remoting.rpc.RpcManager
Packages that use RpcManager
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Factories are internal components used to create other components based on a cache's
configuration.
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
-
Uses of RpcManager in org.infinispan
Methods in org.infinispan that return RpcManagerModifier and TypeMethodDescriptionAdvancedCache.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 RpcManagerMethods in org.infinispan.cache.impl that return RpcManagerModifier and TypeMethodDescriptionAbstractDelegatingAdvancedCache.getRpcManager()
CacheImpl.getRpcManager()
SimpleCacheImpl.getRpcManager()
-
Uses of RpcManager in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl declared as RpcManager -
Uses of RpcManager in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type RpcManager -
Uses of RpcManager in org.infinispan.remoting.rpc
Classes in org.infinispan.remoting.rpc that implement RpcManagerModifier and TypeClassDescriptionclass
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.security.impl
Methods in org.infinispan.security.impl that return RpcManager -
Uses of RpcManager in org.infinispan.transaction.impl
Fields in org.infinispan.transaction.impl declared as RpcManager -
Uses of RpcManager in org.infinispan.transaction.xa.recovery
Methods in org.infinispan.transaction.xa.recovery with parameters of type RpcManagerModifier and TypeMethodDescriptionvoid
RecoveryManagerImpl.init
(RpcManager rpcManager, CommandsFactory commandsFactory, ComponentRef<TransactionTable> txTable, TransactionCoordinator txCoordinator, TransactionFactory txFactory) -
Uses of RpcManager in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer that return RpcManagerModifier and TypeMethodDescriptionNoOpXSiteStateProvider.getRpcManager()
XSiteStateProvider.getRpcManager()
ExposesRpcManager
toXSiteStatePushTask
.XSiteStateProviderImpl.getRpcManager()