Class BackupForConfiguration

All Implemented Interfaces:
Matchable<BackupForConfiguration>, Updatable<BackupForConfiguration>

public class BackupForConfiguration extends ConfigurationElement<BackupForConfiguration>
Defines the remote caches for which this cache acts as a backup.
Since:
5.2
Author:
Mircea Markus
  • Field Details

  • Constructor Details

    • BackupForConfiguration

      public BackupForConfiguration(AttributeSet attributes)
  • Method Details

    • remoteCache

      public String remoteCache()
      Returns:
      the name of the remote site that backups data into this cache.
    • remoteSite

      public String remoteSite()
      Returns:
      the name of the remote cache that backups data into this cache.
    • isBackupFor

      public boolean isBackupFor(String remoteSite, String remoteCache)