Uses of Interface
org.apache.cassandra.locator.IEndPointSnitch

Packages that use IEndPointSnitch
org.apache.cassandra.config   
org.apache.cassandra.locator   
 

Uses of IEndPointSnitch in org.apache.cassandra.config
 

Fields in org.apache.cassandra.config declared as IEndPointSnitch
 IEndPointSnitch KSMetaData.epSnitch
           
 

Methods in org.apache.cassandra.config that return IEndPointSnitch
static IEndPointSnitch DatabaseDescriptor.getEndPointSnitch(java.lang.String table)
           
 

Uses of IEndPointSnitch in org.apache.cassandra.locator
 

Classes in org.apache.cassandra.locator that implement IEndPointSnitch
 class AbstractEndpointSnitch
          An endpoint snitch tells Cassandra information about network topology that it can use to route requests more efficiently (with "sortByProximity").
 class DynamicEndpointSnitch
          A dynamic snitch that sorts endpoints by latency with an adapted phi failure detector
 class EndPointSnitch
          A simple endpoint snitch implementation that assumes rack and dc information is encoded in the ip address.
 

Fields in org.apache.cassandra.locator declared as IEndPointSnitch
protected  IEndPointSnitch AbstractReplicationStrategy.snitch_
           
 IEndPointSnitch DynamicEndpointSnitch.subsnitch
           
 

Constructors in org.apache.cassandra.locator with parameters of type IEndPointSnitch
DynamicEndpointSnitch(IEndPointSnitch snitch)
           
RackAwareStrategy(TokenMetadata tokenMetadata, IEndPointSnitch snitch)
           
RackUnawareStrategy(TokenMetadata tokenMetadata, IEndPointSnitch snitch)
           
 



Copyright © 2010 The Apache Software Foundation