|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
fetch(IdSet keySet)
This upcall is invoked to notify the application that is should fetch the cooresponding keys in this set, since the node is now responsible for these keys also. |
void |
isResponsible(IdRange range)
This upcall is to notify the application of the range of keys for which it is responsible. |
void |
rmIsReady(RM rm)
This upcall is simply to denote that the underlying replica manager (rm) is ready. |
IdSet |
scan(IdRange range)
This upcall should return the set of keys that the application currently stores in this range. |
| Method Detail |
public void fetch(IdSet keySet)
keySet - set containing the keys that needs to be fetchedpublic void rmIsReady(RM rm)
rm - the instance of the Replica Managerpublic void isResponsible(IdRange range)
range - the range of keys for which the local node is currently
responsiblepublic IdSet scan(IdRange range)
range - the requested range
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||