|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
DatacenterEndPointSnitch
DataCenterEndPointSnitch This class basically reads the configuration and sets the IP Ranges to a hashMap which can be read later. |
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_
|
| Constructors in org.apache.cassandra.locator with parameters of type IEndPointSnitch | |
|---|---|
DatacenterShardStategy(TokenMetadata tokenMetadata,
IEndPointSnitch snitch)
|
|
RackAwareStrategy(TokenMetadata tokenMetadata,
IEndPointSnitch snitch)
|
|
RackUnawareStrategy(TokenMetadata tokenMetadata,
IEndPointSnitch snitch)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||