Package org.infinispan.xsite.irac


package org.infinispan.xsite.irac
  • Class
    Description
    Default implementation of IracManager.
    For optimistic transactions, it signals the update from the remote site is not valid (old version or conflict resolution rejected it).
    Used by asynchronous cross-site replication, it aggregates response from multiple sites and returns IracBatchSendResult.
    Executes the "IRAC" sending task in a single thread.
    It manages the keys changed in the local cluster and sends to all asynchronous backup configured.
     
    A response collector for an asynchronous cross site requests.
    Extends XSiteBackup class with logging configuration.
    A no-op implementation of IracManager for cache without asynchronous remote site backups.