|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.p2p.replication.manager.ReplicationManagerImpl.ReplicationManagerDeleter
protected class ReplicationManagerImpl.ReplicationManagerDeleter
Inner class which keeps track of the keys which we are currently deleting
Nested Class Summary |
---|
Field Summary | |
---|---|
protected Id |
id
Whether or not we are waiting for a response |
protected IdSet |
set
The set of ids we are responsible for deleting |
Constructor Summary | |
---|---|
ReplicationManagerImpl.ReplicationManagerDeleter()
Bulds a new one |
Method Summary | |
---|---|
protected void |
go()
Internal method which starts the deleting, if it's not already started |
void |
receiveException(java.lang.Exception e)
Implementation of continuation |
void |
receiveResult(java.lang.Object o)
Implementation of continuation |
void |
setRange(IdRange range)
Adds a set of ids to the to-delete list |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IdSet set
protected Id id
Constructor Detail |
---|
public ReplicationManagerImpl.ReplicationManagerDeleter()
Method Detail |
---|
public void setRange(IdRange range)
range
- The current responsible rangeprotected void go()
public void receiveResult(java.lang.Object o)
receiveResult
in interface Continuation
o
- The resultpublic void receiveException(java.lang.Exception e)
receiveException
in interface Continuation
o
- The result
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |