Uses of Class
voldemort.store.routed.NodeValue

Packages that use NodeValue
voldemort.store.routed A store implmentation that handles routing to nodes, and repairing obsolete values detected on those nodes. 
 

Uses of NodeValue in voldemort.store.routed
 

Methods in voldemort.store.routed that return NodeValue
 NodeValue<K,V> NodeValue.clone()
           
 

Methods in voldemort.store.routed that return types with arguments of type NodeValue
 java.util.List<NodeValue<K,V>> ReadRepairer.getRepairs(java.util.List<NodeValue<K,V>> nodeValues)
          Compute the repair set from the given values and nodes
 

Method parameters in voldemort.store.routed with type arguments of type NodeValue
 java.util.List<NodeValue<K,V>> ReadRepairer.getRepairs(java.util.List<NodeValue<K,V>> nodeValues)
          Compute the repair set from the given values and nodes
 



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