Uses of Package
org.apache.cassandra.gms

Packages that use org.apache.cassandra.gms
org.apache.cassandra.gms   
org.apache.cassandra.net   
org.apache.cassandra.service   
 

Classes in org.apache.cassandra.gms used by org.apache.cassandra.gms
ApplicationState
          This abstraction represents the state associated with a particular node which an application wants to make available to the rest of the nodes in the cluster.
EndPointState
          This abstraction represents both the HeartBeatState and the ApplicationState in an EndPointState instance.
FailureDetectorMBean
           
GossipDigest
          Contains information about a specified list of EndPoints and the largest version of the state they have generated as known by the local endpoint.
Gossiper
          This module is responsible for Gossiping information for the local endpoint.
IEndPointStateChangePublisher
          This is implemented by the Gossiper module to publish change events to interested parties.
IEndPointStateChangeSubscriber
          This is called by an instance of the IEndPointStateChangePublisher to notify interested parties about changes in the the state associated with any endpoint.
IFailureDetectionEventListener
          Implemented by the Gossiper to convict an endpoint based on the PHI calculated by the Failure Detector on the inter-arrival times of the heart beats.
IFailureDetector
          An interface that provides an application with the ability to query liveness information of a node in the cluster.
 

Classes in org.apache.cassandra.gms used by org.apache.cassandra.net
IFailureDetectionEventListener
          Implemented by the Gossiper to convict an endpoint based on the PHI calculated by the Failure Detector on the inter-arrival times of the heart beats.
 

Classes in org.apache.cassandra.gms used by org.apache.cassandra.service
ApplicationState
          This abstraction represents the state associated with a particular node which an application wants to make available to the rest of the nodes in the cluster.
EndPointState
          This abstraction represents both the HeartBeatState and the ApplicationState in an EndPointState instance.
IEndPointStateChangeSubscriber
          This is called by an instance of the IEndPointStateChangePublisher to notify interested parties about changes in the the state associated with any endpoint.
 



Copyright © 2010 The Apache Software Foundation