Uses of Class
org.infinispan.xsite.commands.remote.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
Modifier and TypeMethodDescription<O> XSiteResponse<O>
ExtendedStatisticRpcManager.invokeXSite
(org.infinispan.xsite.XSiteBackup backup, XSiteCacheRequest<O> command) -
Uses of XSiteCacheRequest in org.infinispan.remoting.rpc
Modifier 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
Modifier 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.