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

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

Uses of IEndPointSnitch in org.apache.cassandra.config
 

Methods in org.apache.cassandra.config that return IEndPointSnitch
static IEndPointSnitch DatabaseDescriptor.getEndPointSnitch()
           
 

Uses of IEndPointSnitch in org.apache.cassandra.locator
 

Classes in org.apache.cassandra.locator that implement IEndPointSnitch
 class AbstractEndpointSnitch
           
 class DatacenterEndPointSnitch
          DataCenterEndPointSnitch

This class basically reads the configuration and sets the IP Ranges to a hashMap which can be read later.

 class EndPointSnitch
           
 

Uses of IEndPointSnitch in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service that return IEndPointSnitch
 IEndPointSnitch StorageService.getEndPointSnitch()
           
 



Copyright © 2010 The Apache Software Foundation