Uses of Enum Class
com.loomcache.server.transaction.twopc.TwoPhaseCommands.Decision
Packages that use TwoPhaseCommands.Decision
-
Uses of TwoPhaseCommands.Decision in com.loomcache.server.transaction.twopc
Subclasses with type arguments of type TwoPhaseCommands.Decision in com.loomcache.server.transaction.twopcModifier and TypeClassDescriptionstatic enumCoordinator decision in phase 2.Methods in com.loomcache.server.transaction.twopc that return TwoPhaseCommands.DecisionModifier and TypeMethodDescription@NonNull TwoPhaseCommands.DecisionTwoPhaseCommands.CoordDecide.decision()Returns the value of thedecisionrecord component.@NonNull TwoPhaseCommands.DecisionTwoPhaseCommands.DecideGroup.decision()Returns the value of thedecisionrecord component.static TwoPhaseCommands.DecisionReturns the enum constant of this class with the specified name.static TwoPhaseCommands.Decision[]TwoPhaseCommands.Decision.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.transaction.twopc with parameters of type TwoPhaseCommands.DecisionModifierConstructorDescriptionCoordDecide(@NonNull UUID txId, @NonNull TwoPhaseCommands.Decision decision) Creates an instance of aCoordDeciderecord class.DecideGroup(@NonNull UUID txId, @NonNull TwoPhaseCommands.Decision decision) Creates an instance of aDecideGrouprecord class.