org.apache.cassandra.gms
Class EndpointState
java.lang.Object
org.apache.cassandra.gms.EndpointState
public class EndpointState
- extends java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static org.slf4j.Logger logger
serializer
public static IVersionedSerializer<EndpointState> serializer()
getApplicationState
public VersionedValue getApplicationState(ApplicationState key)
getApplicationStateMap
@Deprecated
public java.util.Map<ApplicationState,VersionedValue> getApplicationStateMap()
- Deprecated.
- TODO replace this with operations that don't expose private state
getUpdateTimestamp
public long getUpdateTimestamp()
isAlive
public boolean isAlive()
Copyright © 2011 The Apache Software Foundation