Uses of Class
org.apache.cassandra.transport.Event.StatusChange.Status
-
Packages that use Event.StatusChange.Status Package Description org.apache.cassandra.transport -
-
Uses of Event.StatusChange.Status in org.apache.cassandra.transport
Fields in org.apache.cassandra.transport declared as Event.StatusChange.Status Modifier and Type Field Description Event.StatusChange.Status
Event.StatusChange. status
Methods in org.apache.cassandra.transport that return Event.StatusChange.Status Modifier and Type Method Description static Event.StatusChange.Status
Event.StatusChange.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Event.StatusChange.Status[]
Event.StatusChange.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-