Uses of Package
org.infinispan.xsite.commands.remote
Packages that use org.infinispan.xsite.commands.remote
Package
Description
Commands that operate on the cache, either locally or remotely.
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
-
Classes in org.infinispan.xsite.commands.remote used by org.infinispan.commandsClassDescriptionA clear request that is sent to the remote site by
IracManager
.A multi-key cross-site requests.AXSiteCacheRequest
to check tombstones for IRAC algorithm.A request that is sent to the remote site byIracManager
.Wraps the state to be sent to another site.Controls the start and stop of receiving the cross-site state transfer. -
Classes in org.infinispan.xsite.commands.remote used by org.infinispan.remoting.rpc
-
Classes in org.infinispan.xsite.commands.remote used by org.infinispan.remoting.transport
-
Classes in org.infinispan.xsite.commands.remote used by org.infinispan.remoting.transport.jgroups
-
Classes in org.infinispan.xsite.commands.remote used by org.infinispan.xsite.commands.remoteClassDescriptionA clear request that is sent to the remote site by
IracManager
.A multi-key cross-site requests.AXSiteCacheRequest
to check tombstones for IRAC algorithm.A request that is sent to the remote site byIracManager
.An update request that is sent to the remote site byIracManager
.AXSiteRequest
which is associated to a cache.Sends aXSiteEvent
list from a remote site.It represents a cross-site request.Wraps the state to be sent to another site.Controls the start and stop of receiving the cross-site state transfer. -
Classes in org.infinispan.xsite.commands.remote used by org.infinispan.xsite.events