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.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.jgroups A transport implementation based on JGroups.org.infinispan.stats.wrappers org.infinispan.xsite org.infinispan.xsite.statetransfer -
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.XSiteAdminCommand Command used for handling XSiteReplication administrative operations.XSiteAdminCommand.AdminOperation -
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.jgroups Class Description XSiteBackup XSiteReplicateCommand Abstract class to invoke RPC on the remote site. -
Classes in org.infinispan.xsite used by org.infinispan.stats.wrappers 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.BackupReceiverRepository Global component that holds all theBackupReceiver
s within this CacheManager.BackupSender Component responsible with sending backup data to remote sites.BackupSender.BringSiteOnlineResponse BackupSender.TakeSiteOfflineResponse BaseBackupReceiver Common implementation logic forBackupReceiver
CustomFailurePolicy Used for implementing custom policies in case of communication failures with a remote site.OfflineStatus Keeps state needed for knowing when a site needs to be taken offline.XSiteAdminCommand.AdminOperation XSiteAdminCommand.Status 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.