Class TotalOrderStateTransferInterceptor

  • All Implemented Interfaces:
    org.infinispan.commands.Visitor, AsyncInterceptor

    @Deprecated
    public class TotalOrderStateTransferInterceptor
    extends org.infinispan.interceptors.impl.BaseStateTransferInterceptor
    Deprecated.
    since 10.0. Total Order will be removed.
    Synchronizes the incoming totally ordered transactions with the state transfer.
    Author:
    Pedro Ruivo
    • Constructor Detail

      • TotalOrderStateTransferInterceptor

        public TotalOrderStateTransferInterceptor()
        Deprecated.
    • Method Detail

      • visitPrepareCommand

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

        protected java.lang.Object handleDefault​(InvocationContext ctx,
                                                 org.infinispan.commands.VisitableCommand command)
                                          throws java.lang.Throwable
        Deprecated.
        Overrides:
        handleDefault in class DDAsyncInterceptor
        Throws:
        java.lang.Throwable
      • getLog

        protected org.infinispan.util.logging.Log getLog()
        Deprecated.
        Specified by:
        getLog in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor