|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.gms.EndPointState
public class EndPointState
This abstraction represents both the HeartBeatState and the ApplicationState in an EndPointState instance. Any state for a given endpoint can be retrieved from this instance.
Method Summary | |
---|---|
java.util.Map<java.lang.String,ApplicationState> |
getApplicationState()
|
ApplicationState |
getApplicationState(java.lang.String key)
|
boolean |
isAlive()
|
static ICompactSerializer<EndPointState> |
serializer()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ICompactSerializer<EndPointState> serializer()
public ApplicationState getApplicationState(java.lang.String key)
public java.util.Map<java.lang.String,ApplicationState> getApplicationState()
public boolean isAlive()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |