|
||||||||||
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 |
DynamicEndpointSnitch
A dynamic snitch that sorts endpoints by latency with an adapted phi failure detector |
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_
|
IEndPointSnitch |
DynamicEndpointSnitch.subsnitch
|
Constructors in org.apache.cassandra.locator with parameters of type IEndPointSnitch | |
---|---|
DynamicEndpointSnitch(IEndPointSnitch snitch)
|
|
RackAwareStrategy(TokenMetadata tokenMetadata,
IEndPointSnitch snitch)
|
|
RackUnawareStrategy(TokenMetadata tokenMetadata,
IEndPointSnitch snitch)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |