Package org.apache.cassandra.locator

Interface Summary
DynamicEndpointSnitchMBean  
IEndPointSnitch This interface helps determine location of node in the data center relative to another node.
ILatencyPublisher  
ILatencySubscriber  
 

Class Summary
AbstractEndpointSnitch An endpoint snitch tells Cassandra information about network topology that it can use to route requests more efficiently (with "sortByProximity").
AbstractReplicationStrategy This class contains a helper method that will be used by all abstraction that implement the IReplicaPlacementStrategy interface.
DynamicEndpointSnitch A dynamic snitch that sorts endpoints by latency with an adapted phi failure detector
EndPointSnitch A simple endpoint snitch implementation that assumes rack and dc information is encoded in the ip address.
RackAwareStrategy  
RackUnawareStrategy This class returns the nodes responsible for a given key but does not respect rack awareness.
TokenMetadata  
 



Copyright © 2010 The Apache Software Foundation