Package org.infinispan.commands.tx.totalorder
-
Interface Summary Interface Description TotalOrderPrepareCommand Interface with the utilities methods that the prepare command must have when Total Order based protocol is used -
Class Summary Class Description TotalOrderCommitCommand Commit Command used in the 2nd phase of 2PC.TotalOrderNonVersionedPrepareCommand Command corresponding to the 1st phase of 2PC when Total Order based protocol is used.TotalOrderRollbackCommand The 2nd phase command of 2PC, used when a transaction must be aborted.TotalOrderVersionedCommitCommand Command corresponding to the 2nd phase of 2PC.TotalOrderVersionedPrepareCommand Command corresponding to the 1st phase of 2PC when Total Order based protocol is used.