Uses of Enum Class
org.apache.cassandra.repair.consistent.ConsistentSession.State
Packages that use ConsistentSession.State
-
Uses of ConsistentSession.State in org.apache.cassandra.repair.consistent
Methods in org.apache.cassandra.repair.consistent that return ConsistentSession.StateModifier and TypeMethodDescriptionConsistentSession.getState()static ConsistentSession.StateConsistentSession.State.valueOf(int ordinal) Returns the enum constant of this class with the specified name.static ConsistentSession.StateReturns the enum constant of this class with the specified name.static ConsistentSession.State[]ConsistentSession.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.repair.consistent with parameters of type ConsistentSession.StateModifier and TypeMethodDescriptionbooleanConsistentSession.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.StateConstructors in org.apache.cassandra.repair.messages with parameters of type ConsistentSession.State