Uses of Package
org.infinispan.xsite
-
Packages that use org.infinispan.xsite Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.irac org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components.org.infinispan.remoting.transport.impl org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.xsite org.infinispan.xsite.commands org.infinispan.xsite.statetransfer org.infinispan.xsite.status -
Classes in org.infinispan.xsite used by org.infinispan.commands Class Description SingleXSiteRpcCommand RPC command to replicate cache operations (such as put, remove, replace, etc.) to the backup site. -
Classes in org.infinispan.xsite used by org.infinispan.commands.irac Class Description BackupReceiver Component present on a backup site that manages the backup information and logic.XSiteReplicateCommand Abstract class to invoke RPC on the remote site. -
Classes in org.infinispan.xsite used by org.infinispan.factories Class Description BackupReceiver Component present on a backup site that manages the backup information and logic.BackupSender Component responsible with sending backup data to remote sites. -
Classes in org.infinispan.xsite used by org.infinispan.interceptors.xsite Class Description BackupSender Component responsible with sending backup data to remote sites. -
Classes in org.infinispan.xsite used by org.infinispan.remoting.inboundhandler Class Description XSiteReplicateCommand Abstract class to invoke RPC on the remote site. -
Classes in org.infinispan.xsite used by org.infinispan.remoting.rpc Class Description XSiteBackup XSiteReplicateCommand Abstract class to invoke RPC on the remote site. -
Classes in org.infinispan.xsite used by org.infinispan.remoting.transport Class Description XSiteBackup XSiteReplicateCommand Abstract class to invoke RPC on the remote site. -
Classes in org.infinispan.xsite used by org.infinispan.remoting.transport.impl Class Description XSiteBackup -
Classes in org.infinispan.xsite used by org.infinispan.remoting.transport.jgroups Class Description XSiteBackup XSiteReplicateCommand Abstract class to invoke RPC on the remote site. -
Classes in org.infinispan.xsite used by org.infinispan.xsite Class Description BackupReceiver Component present on a backup site that manages the backup information and logic.BackupSender Component responsible with sending backup data to remote sites.NoOpBackupSender A no-op implementation ofBackupSender.XSiteReplicateCommand Abstract class to invoke RPC on the remote site. -
Classes in org.infinispan.xsite used by org.infinispan.xsite.commands Class Description BackupReceiver Component present on a backup site that manages the backup information and logic.XSiteReplicateCommand Abstract class to invoke RPC on the remote site. -
Classes in org.infinispan.xsite used by org.infinispan.xsite.statetransfer Class Description BackupReceiver Component present on a backup site that manages the backup information and logic.XSiteReplicateCommand Abstract class to invoke RPC on the remote site. -
Classes in org.infinispan.xsite used by org.infinispan.xsite.status Class Description OfflineStatus Keeps state needed for knowing when a site needs to be taken offline.XSiteBackup