voldemort.store.slop.strategy
Interface HintedHandoffStrategy

All Known Implementing Classes:
ConsistentHandoffStrategy, HandoffToAnyStrategy, ProximityHandoffStrategy

public interface HintedHandoffStrategy

The equivalent of RoutingStrategy for hints.

Different strategies to decide which nodes are eligible to receive hints


Method Summary
 java.util.List<Node> routeHint(Node origin)
          Get an ordered "preference list" of nodes eligible to receive hints for a given node in case of that node's failure
 

Method Detail

routeHint

java.util.List<Node> routeHint(Node origin)
Get an ordered "preference list" of nodes eligible to receive hints for a given node in case of that node's failure

Parameters:
origin - The original node which failed to receive the request
Returns:
The list of nodes eligible to receive hints for original node


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