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.StateConsistentSession. getState()static ConsistentSession.StateConsistentSession.State. valueOf(int ordinal)Returns the enum constant of this type with the specified name.static ConsistentSession.StateConsistentSession.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 booleanConsistentSession.State. canTransitionTo(ConsistentSession.State state)voidCoordinatorSession. setParticipantState(InetAddressAndPort participant, ConsistentSession.State state)voidConsistentSession. setState(ConsistentSession.State state)voidCoordinatorSession. 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.StateStatusResponse. stateConstructors in org.apache.cassandra.repair.messages with parameters of type ConsistentSession.State Constructor Description StatusResponse(TimeUUID sessionID, ConsistentSession.State state)
-