Uses of Class
voldemort.store.routed.NodeValue

Packages that use NodeValue
voldemort.client.protocol.admin Classes that abstract admin based Voldemort requests. 
voldemort.store.routed A store implmentation that handles routing to nodes, and repairing obsolete values detected on those nodes. 
 

Uses of NodeValue in voldemort.client.protocol.admin
 

Methods in voldemort.client.protocol.admin with parameters of type NodeValue
 void AdminClient.StoreOperations.putNodeKeyValue(java.lang.String storeName, NodeValue<ByteArray,byte[]> nodeKeyValue)
          This method updates exactly one key/value for a specific store on a specific node.
 

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