Package | Description |
---|---|
org.infinispan.xsite | |
org.infinispan.xsite.statetransfer |
Modifier and Type | Class and Description |
---|---|
class |
BaseBackupReceiver
Common implementation logic for
BackupReceiver |
class |
ClusteredCacheBackupReceiver
BackupReceiver implementation for clustered caches. |
class |
LocalCacheBackupReceiver
BackupReceiver implementation for local caches. |
Modifier and Type | Method and Description |
---|---|
BackupReceiver |
BackupReceiverRepositoryImpl.get(String site,
String cache) |
BackupReceiver |
BackupReceiverRepositoryImpl.getBackupReceiver(String remoteSite,
String remoteCache)
Returns the local cache associated defined as backup for the provided remote (site, cache) combo, or throws an
exception of no such site is defined.
|
BackupReceiver |
BackupReceiverRepository.getBackupReceiver(String originSiteName,
String cacheName)
Returns the local cache associated defined as backup for the provided remote (site, cache) combo, or throws an
exception if no such site is defined.
|
Modifier and Type | Method and Description |
---|---|
Object |
SingleXSiteRpcCommand.performInLocalSite(BackupReceiver receiver) |
abstract Object |
XSiteReplicateCommand.performInLocalSite(BackupReceiver receiver) |
void |
BackupReceiverRepositoryImpl.replace(String site,
String cache,
BackupReceiver bcr) |
Modifier and Type | Method and Description |
---|---|
Object |
XSiteStateTransferControlCommand.performInLocalSite(BackupReceiver receiver) |
Object |
XSiteStatePushCommand.performInLocalSite(BackupReceiver receiver) |
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.