Uses of Enum Class
org.apache.cassandra.service.paxos.Ballot.Flag
Packages that use Ballot.Flag
-
Uses of Ballot.Flag in org.apache.cassandra.service.paxos
Methods in org.apache.cassandra.service.paxos that return Ballot.FlagModifier and TypeMethodDescriptionBallot.flag()static Ballot.FlagReturns the enum constant of this class with the specified name.static Ballot.Flag[]Ballot.Flag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.service.paxos with parameters of type Ballot.FlagModifier and TypeMethodDescriptionBallotGenerator.atUnixMicros(long unixMicros, Ballot.Flag flag) BallotGenerator.Default.atUnixMicros(long unixMicros, Ballot.Flag flag) static BallotBallotGenerator.Global.atUnixMicros(long unixMicros, Ballot.Flag flag) static BallotBallot.atUnixMicrosWithLsb(long unixMicros, long uniqueLsb, Ballot.Flag flag) BallotGenerator.Default.next(long minUnixMicros, Ballot.Flag flag) BallotGenerator.next(long minUnixMicros, Ballot.Flag flag) static BallotBallotGenerator.Global.nextBallot(long minUnixMicros, Ballot.Flag flag) static BallotBallotGenerator.Global.nextBallot(Ballot.Flag flag) BallotGenerator.Default.stale(long fromInMicros, long toInMicros, Ballot.Flag flag) BallotGenerator.stale(long fromUnixMicros, long toUnixMicros, Ballot.Flag flag) static BallotBallotGenerator.Global.staleBallot(long fromUnixMicros, long toUnixMicros, Ballot.Flag flag)