Uses of Class
org.infinispan.xsite.commands.remote.XSiteCacheRequest
Packages that use XSiteCacheRequest
Package
Description
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
-
Uses of XSiteCacheRequest in org.infinispan.extendedstats.wrappers
Methods in org.infinispan.extendedstats.wrappers with parameters of type XSiteCacheRequestModifier and TypeMethodDescription<O> XSiteResponse<O>
ExtendedStatisticRpcManager.invokeXSite
(org.infinispan.xsite.XSiteBackup backup, XSiteCacheRequest<O> command) -
Uses of XSiteCacheRequest in org.infinispan.remoting.rpc
Methods in org.infinispan.remoting.rpc with parameters of type XSiteCacheRequestModifier and TypeMethodDescription<O> XSiteResponse<O>
RpcManager.invokeXSite
(org.infinispan.xsite.XSiteBackup backup, XSiteCacheRequest<O> command) Sends theXSiteCacheRequest
to a remote site.<O> XSiteResponse<O>
RpcManagerImpl.invokeXSite
(org.infinispan.xsite.XSiteBackup backup, XSiteCacheRequest<O> command) -
Uses of XSiteCacheRequest in org.infinispan.xsite.commands.remote
Subclasses of XSiteCacheRequest in org.infinispan.xsite.commands.remoteModifier and TypeClassDescriptionclass
A clear request that is sent to the remote site byIracManager
.class
A multi-key cross-site requests.class
AXSiteCacheRequest
to check tombstones for IRAC algorithm.class
A request that is sent to the remote site byIracManager
.class
An update request that is sent to the remote site byIracManager
.class
Wraps the state to be sent to another site.class
Controls the start and stop of receiving the cross-site state transfer.