Package org.infinispan.xsite
-
Interface Summary Interface 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.CustomFailurePolicy<K,V> Deprecated. since 11.0. -
Class Summary Class Description AbstractCustomFailurePolicy<K,V> Support class forCustomFailurePolicy.BackupSenderImpl ClusteredCacheBackupReceiver BackupReceiverimplementation for clustered caches.CorePackageImpl GlobalXSiteAdminOperations A per-container (cache manager) cross-site admin operations.NoOpBackupSender A no-op implementation ofBackupSender.OfflineStatus Keeps state needed for knowing when a site needs to be taken offline.SingleXSiteRpcCommand RPC command to replicate cache operations (such as put, remove, replace, etc.) to the backup site.XSiteAdminOperations Managed bean exposing sys admin operations for Cross-Site replication functionality.XSiteBackup XSiteReplicateCommand Abstract class to invoke RPC on the remote site. -
Exception Summary Exception Description BackupFailureException Exception to be used to signal failures to backup to remote sites.