Uses of Interface
org.infinispan.commands.tx.totalorder.TotalOrderPrepareCommand
-
Packages that use TotalOrderPrepareCommand Package Description org.infinispan.commands.tx.totalorder -
-
Uses of TotalOrderPrepareCommand in org.infinispan.commands.tx.totalorder
Classes in org.infinispan.commands.tx.totalorder that implement TotalOrderPrepareCommand Modifier and Type Class Description class
TotalOrderNonVersionedPrepareCommand
Command corresponding to the 1st phase of 2PC when Total Order based protocol is used.class
TotalOrderVersionedPrepareCommand
Command corresponding to the 1st phase of 2PC when Total Order based protocol is used.
-