org.apache.cassandra.gms
Class EndPointState

java.lang.Object
  extended by 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.


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

serializer

public static ICompactSerializer<EndPointState> serializer()

getApplicationState

public ApplicationState getApplicationState(java.lang.String key)

getApplicationState

public java.util.Map<java.lang.String,ApplicationState> getApplicationState()

isAlive

public boolean isAlive()


Copyright © 2009 The Apache Software Foundation