Uses of Class
org.apache.cassandra.repair.consistent.ConsistentSession.State
-
Packages that use ConsistentSession.State Package Description org.apache.cassandra.repair.consistent org.apache.cassandra.repair.messages -
-
Uses of ConsistentSession.State in org.apache.cassandra.repair.consistent
Methods in org.apache.cassandra.repair.consistent that return ConsistentSession.State Modifier and Type Method Description ConsistentSession.State
ConsistentSession. getState()
static ConsistentSession.State
ConsistentSession.State. valueOf(int ordinal)
Returns the enum constant of this type with the specified name.static ConsistentSession.State
ConsistentSession.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConsistentSession.State[]
ConsistentSession.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.repair.consistent with parameters of type ConsistentSession.State Modifier and Type Method Description boolean
ConsistentSession.State. canTransitionTo(ConsistentSession.State state)
void
CoordinatorSession. setParticipantState(InetAddressAndPort participant, ConsistentSession.State state)
void
ConsistentSession. setState(ConsistentSession.State state)
void
CoordinatorSession. setState(ConsistentSession.State state)
-
Uses of ConsistentSession.State in org.apache.cassandra.repair.messages
Fields in org.apache.cassandra.repair.messages declared as ConsistentSession.State Modifier and Type Field Description ConsistentSession.State
StatusResponse. state
Constructors in org.apache.cassandra.repair.messages with parameters of type ConsistentSession.State Constructor Description StatusResponse(java.util.UUID sessionID, ConsistentSession.State state)
-