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.
Basic interceptors
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
Transfer of state to new caches in a cluster.
-
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.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as RpcManager -
Uses of RpcManager in org.infinispan.remoting.rpc
Classes in org.infinispan.remoting.rpc that implement RpcManagerModifier and TypeClassDescriptionclassThis 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.security.impl
Methods in org.infinispan.security.impl that return RpcManager -
Uses of RpcManager in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as RpcManagerModifier and TypeFieldDescriptionprotected RpcManagerStateConsumerImpl.rpcManagerprotected RpcManagerStateProviderImpl.rpcManagerConstructors in org.infinispan.statetransfer with parameters of type RpcManagerModifierConstructorDescriptionInboundTransferTask(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, Consumer<Collection<StateChunk>> onChunkReplicated, RpcManager rpcManager, CommandsFactory commandsFactory, long timeout, String cacheName, boolean applyState) -
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 TypeMethodDescriptionvoidRecoveryManagerImpl.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()ExposesRpcManagertoXSiteStatePushTask.XSiteStateProviderImpl.getRpcManager()