Uses of Package
voldemort.store.slop.strategy

Packages that use voldemort.store.slop.strategy
voldemort.store The Store interface is the primary interface for Voldemort. 
voldemort.store.routed A store implmentation that handles routing to nodes, and repairing obsolete values detected on those nodes. 
voldemort.store.slop A store implementation that falls back on storing values in additional nodes not in the preference list when nodes are unavailable. 
voldemort.store.slop.strategy Bunch of different ways in which we would store failed requests for the Hinted handoff feature. 
 

Classes in voldemort.store.slop.strategy used by voldemort.store
HintedHandoffStrategyType
          Enumerates different hinted handoff strategies.
 

Classes in voldemort.store.slop.strategy used by voldemort.store.routed
HintedHandoffStrategy
          The equivalent of RoutingStrategy for hints.
 

Classes in voldemort.store.slop.strategy used by voldemort.store.slop
HintedHandoffStrategy
          The equivalent of RoutingStrategy for hints.
 

Classes in voldemort.store.slop.strategy used by voldemort.store.slop.strategy
HintedHandoffStrategy
          The equivalent of RoutingStrategy for hints.
HintedHandoffStrategyType
          Enumerates different hinted handoff strategies.
 



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