Class BaseBackupInterceptor

    • Field Detail

      • txTable

        protected org.infinispan.transaction.impl.TransactionTable txTable
      • log

        protected static final org.infinispan.util.logging.Log log
      • trace

        protected static final boolean trace
    • Constructor Detail

      • BaseBackupInterceptor

        public BaseBackupInterceptor()
    • Method Detail

      • visitPrepareCommand

        public Object visitPrepareCommand​(org.infinispan.context.impl.TxInvocationContext ctx,
                                          org.infinispan.commands.tx.PrepareCommand command)
                                   throws Throwable
        Specified by:
        visitPrepareCommand in interface org.infinispan.commands.Visitor
        Overrides:
        visitPrepareCommand in class DDAsyncInterceptor
        Throws:
        Throwable
      • processBackupResponse

        protected Object processBackupResponse​(org.infinispan.context.impl.TxInvocationContext ctx,
                                               org.infinispan.commands.VisitableCommand command,
                                               BackupResponse backupResponse)
      • isTxFromRemoteSite

        protected boolean isTxFromRemoteSite​(GlobalTransaction gtx)
      • shouldInvokeRemoteTxCommand

        protected boolean shouldInvokeRemoteTxCommand​(org.infinispan.context.impl.TxInvocationContext ctx)
      • skipXSiteBackup

        protected final boolean skipXSiteBackup​(org.infinispan.commands.FlagAffectedCommand command)
      • getLog

        protected org.infinispan.util.logging.Log getLog()