Interface BackupReceiver

    • Method Detail

      • getCache

        Cache getCache()
      • handleRemoteCommand

        java.util.concurrent.CompletionStage<java.lang.Void> handleRemoteCommand​(org.infinispan.commands.VisitableCommand command,
                                                                                 boolean preserveOrder)
      • handleStateTransferControl

        java.util.concurrent.CompletionStage<java.lang.Void> handleStateTransferControl​(XSiteStateTransferControlCommand command)
        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.
      • handleStateTransferState

        java.util.concurrent.CompletionStage<java.lang.Void> handleStateTransferState​(XSiteStatePushCommand cmd)
        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.