|
||||||||||
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. |
IdSet |
scan(IdRange range)
This upcall should return the set of keys that the application currently stores in this range. |
void |
setRange(IdRange range)
This upcall is to notify the application of the range of keys for which it is responsible. |
Method Detail |
public void fetch(IdSet keySet)
keySet
- set containing the keys that needs to be fetchedpublic void setRange(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 |