|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| RoutingStrategy | A routing strategy maps puts and gets to an ordered "preference list" of servers. |
| Class Summary | |
|---|---|
| ConsistentRoutingStrategy | A Routing strategy that routes each request to the first N nodes where N is a user defined replication factor. |
| RouteToAllLocalPrefStrategy | A class that denotes a route to all strategy with local preference. |
| RouteToAllStrategy | A routing strategy which just routes each request to all the nodes given |
| RoutingStrategyFactory | A factory that gets the appropriate RoutingStrategy for a given
RoutingStrategyType. |
| RoutingStrategyType | An enumeration of RoutingStrategies type |
| ZoneRoutingStrategy | A Zone Routing strategy that sits on top of the Consistent Routing strategy such that each request goes to zone specific replicas |
Routing strategies for mapping requests into the Voldemort cluster.
Couple of implementations here - normal consistent hashing ( ConsistentRoutingStrategy ) and zone based routing ( ZoneRoutingStrategy)
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||