|
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.testing.ReplicationManagerRegrTest.TestReplicationManagerClient
DESCRIBE THE CLASS
Field Summary | |
Node |
node
DESCRIBE THE FIELD |
IdSet |
set
DESCRIBE THE FIELD |
Constructor Summary | |
ReplicationManagerRegrTest.TestReplicationManagerClient(Node node)
Constructor for TestReplicationManagerClient. |
Method Summary | |
boolean |
exists(Id id)
DESCRIBE THE METHOD |
void |
existsInOverlay(Id id,
Continuation command)
DESCRIBE THE METHOD |
void |
fetch(Id id,
NodeHandle hint,
Continuation command)
DESCRIBE THE METHOD |
void |
insert(Id id)
DESCRIBE THE METHOD |
void |
reInsert(Id id,
Continuation command)
DESCRIBE THE METHOD |
void |
remove(Id id,
Continuation command)
DESCRIBE THE METHOD |
IdSet |
scan(IdRange range)
DESCRIBE THE METHOD |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Node node
public IdSet set
Constructor Detail |
public ReplicationManagerRegrTest.TestReplicationManagerClient(Node node)
node
- DESCRIBE THE PARAMETERMethod Detail |
public void fetch(Id id, NodeHandle hint, Continuation command)
fetch
in interface ReplicationManagerClient
id
- DESCRIBE THE PARAMETERhint
- DESCRIBE THE PARAMETERcommand
- DESCRIBE THE PARAMETERpublic void remove(Id id, Continuation command)
remove
in interface ReplicationManagerClient
id
- DESCRIBE THE PARAMETERcommand
- DESCRIBE THE PARAMETERpublic IdSet scan(IdRange range)
scan
in interface ReplicationManagerClient
range
- DESCRIBE THE PARAMETER
public void insert(Id id)
id
- DESCRIBE THE PARAMETERpublic boolean exists(Id id)
exists
in interface ReplicationManagerClient
id
- DESCRIBE THE PARAMETER
public void existsInOverlay(Id id, Continuation command)
existsInOverlay
in interface ReplicationManagerClient
id
- DESCRIBE THE PARAMETERcommand
- DESCRIBE THE PARAMETERpublic void reInsert(Id id, Continuation command)
reInsert
in interface ReplicationManagerClient
id
- DESCRIBE THE PARAMETERcommand
- DESCRIBE THE PARAMETER
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |