Uses of Enum Class
com.loomcache.server.transaction.twopc.TwoPhaseCommands.Vote
Packages that use TwoPhaseCommands.Vote
-
Uses of TwoPhaseCommands.Vote in com.loomcache.server.transaction.twopc
Subclasses with type arguments of type TwoPhaseCommands.Vote in com.loomcache.server.transaction.twopcMethods in com.loomcache.server.transaction.twopc that return TwoPhaseCommands.VoteModifier and TypeMethodDescriptionstatic TwoPhaseCommands.VoteReturns the enum constant of this class with the specified name.static TwoPhaseCommands.Vote[]TwoPhaseCommands.Vote.values()Returns an array containing the constants of this enum class, in the order they are declared.@NonNull TwoPhaseCommands.VoteTwoPhaseCommands.PrepareAck.vote()Returns the value of thevoterecord component.Constructors in com.loomcache.server.transaction.twopc with parameters of type TwoPhaseCommands.VoteModifierConstructorDescriptionPrepareAck(@NonNull UUID txId, int participantGroupId, @NonNull TwoPhaseCommands.Vote vote, @NonNull String reason) Creates an instance of aPrepareAckrecord class.