Uses of Class
org.apache.cassandra.service.paxos.PaxosState.MaybePromise.Outcome
-
Packages that use PaxosState.MaybePromise.Outcome Package Description org.apache.cassandra.service.paxos -
-
Uses of PaxosState.MaybePromise.Outcome in org.apache.cassandra.service.paxos
Methods in org.apache.cassandra.service.paxos that return PaxosState.MaybePromise.Outcome Modifier and Type Method Description PaxosState.MaybePromise.OutcomePaxosState.MaybePromise. outcome()static PaxosState.MaybePromise.OutcomePaxosState.MaybePromise.Outcome. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PaxosState.MaybePromise.Outcome[]PaxosState.MaybePromise.Outcome. values()Returns an array containing the constants of this enum type, in the order they are declared.
-