voldemort.store.slop.strategy
Class HintedHandoffStrategyFactory

java.lang.Object
  extended by voldemort.store.slop.strategy.HintedHandoffStrategyFactory

public class HintedHandoffStrategyFactory
extends java.lang.Object

A factory that gets the appropriate HintedHandoffStrategy for a given HintedHandoffStrategyType.


Constructor Summary
HintedHandoffStrategyFactory(boolean enableZoneRouting, int clientZoneId)
           
 
Method Summary
 HintedHandoffStrategy updateHintedHandoffStrategy(StoreDefinition storeDef, Cluster cluster)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HintedHandoffStrategyFactory

public HintedHandoffStrategyFactory(boolean enableZoneRouting,
                                    int clientZoneId)
Method Detail

updateHintedHandoffStrategy

public HintedHandoffStrategy updateHintedHandoffStrategy(StoreDefinition storeDef,
                                                         Cluster cluster)


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