Uses of Class
org.apache.cassandra.locator.AbstractNetworkTopologySnitch
Packages that use AbstractNetworkTopologySnitch
-
Uses of AbstractNetworkTopologySnitch in org.apache.cassandra.locator
Subclasses of AbstractNetworkTopologySnitch in org.apache.cassandra.locatorModifier and TypeClassDescriptionclassA snitch that assumes an ECS region is a DC and an ECS availability_zone is a rack.classAzureSnitch will resolve datacenter and rack by calling/metadata/instance/computeendpoint returning the response in JSON format for API version2021-12-13.classDeprecated.See CASSANDRA-18438class1) Snitch will automatically set the public IP by querying the AWS API 2) Snitch will set the private IP as a Gossip application state.classA snitch that assumes an EC2 region is a DC and an EC2 availability_zone is a rack.classA snitch that assumes an GCE region is a DC and an GCE availability_zone is a rack.classclassUsed to determine if two IP's are in the same datacenter or on the same rack.classA simple endpoint snitch implementation that assumes datacenter and rack information is encoded in the 2nd and 3rd octets of the ip address, respectively.