|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.store.routed.ReadRepairer<K,V>
K
- The class of the key in the fetchV
- The class of the value in the fetchpublic class ReadRepairer<K,V>
Repair out-dated reads, by sending an up-to-date value back to the offending clients This class computes the set of repairs that need to be made.
Constructor Summary | |
---|---|
ReadRepairer()
|
Method Summary | |
---|---|
java.util.List<NodeValue<K,V>> |
getRepairs(java.util.List<NodeValue<K,V>> nodeValues)
Compute the repair set from the given values and nodes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReadRepairer()
Method Detail |
---|
public java.util.List<NodeValue<K,V>> getRepairs(java.util.List<NodeValue<K,V>> nodeValues)
nodeValues
- The value found on each node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |