Package voldemort.store.slop.strategy

Bunch of different ways in which we would store failed requests for the Hinted handoff feature.

See:
          Description

Interface Summary
HintedHandoffStrategy The equivalent of RoutingStrategy for hints.
 

Class Summary
ConsistentHandoffStrategy A strategy which hands a hint off to any one of N nodes adjacent to the failed node in the ring, the list of the N nodes being static
HandoffToAnyStrategy A strategy that hands a hint off to any random live node in the ring
HintedHandoffStrategyFactory A factory that gets the appropriate HintedHandoffStrategy for a given HintedHandoffStrategyType.
ProximityHandoffStrategy A preference list based handoff strategy which stores multi-zone information
 

Enum Summary
HintedHandoffStrategyType Enumerates different hinted handoff strategies.
 

Package voldemort.store.slop.strategy Description

Bunch of different ways in which we would store failed requests for the Hinted handoff feature.



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