Uses of Class
org.apache.cassandra.locator.AbstractEndpointSnitch

Packages that use AbstractEndpointSnitch
Package
Description
 
  • Uses of AbstractEndpointSnitch in org.apache.cassandra.locator

    Modifier and Type
    Class
    Description
    class 
    An endpoint snitch tells Cassandra information about network topology that it can use to route requests more efficiently.
    class 
    A snitch that assumes an ECS region is a DC and an ECS availability_zone is a rack.
    class 
    AzureSnitch will resolve datacenter and rack by calling /metadata/instance/compute endpoint returning the response in JSON format for API version 2021-12-13.
    class 
    Deprecated.
    See CASSANDRA-18438
    class 
    A dynamic snitch that sorts endpoints by latency with an adapted phi failure detector
    class 
    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 
    A snitch that assumes an EC2 region is a DC and an EC2 availability_zone is a rack.
    class 
    A snitch that assumes an GCE region is a DC and an GCE availability_zone is a rack.
    class 
     
    class 
    Used to determine if two IP's are in the same datacenter or on the same rack.
    class 
    A simple endpoint snitch implementation that assumes datacenter and rack information is encoded in the 2nd and 3rd octets of the ip address, respectively.
    class 
    A simple endpoint snitch implementation that treats Strategy order as proximity, allowing non-read-repaired reads to prefer a single endpoint, which improves cache locality.