Uses of Package
voldemort.routing

Packages that use voldemort.routing
voldemort.routing Routing strategies for mapping requests into the Voldemort cluster. 
voldemort.server.scheduler The scheduler service ( which runs a job every n minutes ) + The actual jobs as well. 
voldemort.store The Store interface is the primary interface for Voldemort. 
voldemort.store.metadata Our in-memory metadata store on the server which is backed by the configuration files. 
voldemort.store.readonly A storage engine that provides very efficient read-only access to large sorted files of data. 
voldemort.store.readonly.chunk Read-only store classes for understanding various format changes. 
voldemort.store.routed A store implmentation that handles routing to nodes, and repairing obsolete values detected on those nodes. 
voldemort.store.routed.action Classes representing various states for the state based routing stores. 
 

Classes in voldemort.routing used by voldemort.routing
ConsistentRoutingStrategy
          A Routing strategy that routes each request to the first N nodes where N is a user defined replication factor.
RoutingStrategy
          A routing strategy maps puts and gets to an ordered "preference list" of servers.
 

Classes in voldemort.routing used by voldemort.server.scheduler
RoutingStrategy
          A routing strategy maps puts and gets to an ordered "preference list" of servers.
 

Classes in voldemort.routing used by voldemort.store
RoutingStrategy
          A routing strategy maps puts and gets to an ordered "preference list" of servers.
 

Classes in voldemort.routing used by voldemort.store.metadata
RoutingStrategy
          A routing strategy maps puts and gets to an ordered "preference list" of servers.
 

Classes in voldemort.routing used by voldemort.store.readonly
RoutingStrategy
          A routing strategy maps puts and gets to an ordered "preference list" of servers.
 

Classes in voldemort.routing used by voldemort.store.readonly.chunk
RoutingStrategy
          A routing strategy maps puts and gets to an ordered "preference list" of servers.
 

Classes in voldemort.routing used by voldemort.store.routed
RoutingStrategy
          A routing strategy maps puts and gets to an ordered "preference list" of servers.
 

Classes in voldemort.routing used by voldemort.store.routed.action
RoutingStrategy
          A routing strategy maps puts and gets to an ordered "preference list" of servers.
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao