Interface BackupReceiver

    • Method Detail

      • getCache

        Cache getCache()
      • handleRemoteCommand

        java.lang.Object handleRemoteCommand​(org.infinispan.commands.VisitableCommand command)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • handleStateTransferControl

        void handleStateTransferControl​(XSiteStateTransferControlCommand command)
                                 throws java.lang.Exception
        It handles the state transfer control from a remote site. The control command must be broadcast to the entire cluster in which the cache exists.
        Throws:
        java.lang.Exception
      • handleStateTransferState

        void handleStateTransferState​(XSiteStatePushCommand cmd)
                               throws java.lang.Exception
        It handles the state transfer state from a remote site. It is possible to have a single node applying the state or forward the state to respective primary owners.
        Throws:
        java.lang.Exception