Hi all, I am attempting to capture the states that Cassandra passes through for some analyses. I have found the HeartBeatState, ApplicationState and EndPointState (http://wiki.apache.org/cassandra/ArchitectureGossip) classes but I cannot find a list of values which can appear in the fields of the AplicationState (int version_; String state_;) mostly state_, because version is, as I understood it, just for control. Could anyone give any detail on how the states are organized, and what values should I expect.
Thanks in advance, BoriS