Uses of Package
voldemort.routing

Packages that use voldemort.routing
voldemort.client.protocol.admin Classes that abstract admin based Voldemort requests. 
voldemort.client.rebalance All classes associated with the rebalance controller tool. 
voldemort.routing Routing strategies for mapping requests into the Voldemort cluster. 
voldemort.server.protocol.admin Server side implementation of admin based requests 
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.bdb A storage engine that persists data in BDB JE. 
voldemort.store.configuration A storage engine to persist metadata on a server. 
voldemort.store.memory An in-memory storage engine that serves data out of a non-persistent map. 
voldemort.store.metadata Our in-memory metadata store on the server which is backed by the configuration files. 
voldemort.store.mysql A storage engine that persists data in a mysql instance. 
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.retention   
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. 
voldemort.store.views Classes related to Views and server side transforms 
voldemort.utils Basic helper functions. 
 

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

Classes in voldemort.routing used by voldemort.client.rebalance
StoreRoutingPlan
          This class wraps up a Cluster object and a StoreDefinition.
 

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.
RouteToAllStrategy
          A routing strategy which just routes each request to all the nodes given.
RoutingStrategy
          A routing strategy maps puts and gets to an ordered "preference list" of servers.
 

Classes in voldemort.routing used by voldemort.server.protocol.admin
StoreRoutingPlan
          This class wraps up a Cluster object and a StoreDefinition.
 

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.bdb
RoutingStrategy
          A routing strategy maps puts and gets to an ordered "preference list" of servers.
 

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

Classes in voldemort.routing used by voldemort.store.memory
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.mysql
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.retention
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.
 

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

Classes in voldemort.routing used by voldemort.utils
StoreRoutingPlan
          This class wraps up a Cluster object and a StoreDefinition.
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu