|
||||||||||
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.
Field Summary | |
---|---|
protected static org.slf4j.Logger |
logger
|
Method Summary | |
---|---|
VersionedValue |
getApplicationState(ApplicationState key)
|
java.util.Map<ApplicationState,VersionedValue> |
getApplicationStateMap()
Deprecated. |
boolean |
isAlive()
|
static ICompactSerializer<EndpointState> |
serializer()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.slf4j.Logger logger
Method Detail |
---|
public static ICompactSerializer<EndpointState> serializer()
public VersionedValue getApplicationState(ApplicationState key)
@Deprecated public java.util.Map<ApplicationState,VersionedValue> getApplicationStateMap()
public boolean isAlive()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |