Subclasses of AbstractNetworkTopologySnitch in org.apache.cassandra.locator |
class |
Ec2MultiRegionSnitch
1) Snitch will automatically set the public IP by querying the AWS API
2) Snitch will set the private IP as a Gossip application state. |
class |
Ec2Snitch
A snitch that assumes an EC2 region is a DC and an EC2 availability_zone
is a rack. |
class |
PropertyFileSnitch
Used to determine if two IP's are in the same datacenter or on the same rack. |
class |
RackInferringSnitch
A simple endpoint snitch implementation that assumes datacenter and rack information is encoded
in the 2nd and 3rd octets of the ip address, respectively. |