|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
interface NotifyClient
Callback for clients of the server to update them with information about identity membership changes to their node.
| Method Summary | |
|---|---|
void |
added(Identity id,
Node oldNode)
An identity has been assigned to this node. |
void |
prepareRelocate(Identity id,
long newNodeId)
An identity has been selected for relocation from this node. |
void |
removed(Identity id,
Node newNode)
An identity has been removed from this node. |
| Method Detail |
|---|
void added(Identity id,
Node oldNode)
throws IOException
id - the identityoldNode - the last node the identity was assigned to, or
null if this is a new node assignment
IOException - if there is a communication problem
void removed(Identity id,
Node newNode)
throws IOException
id - the identitynewNode - the new node the identity is assigned to, or
null if the identity is being removed from
the map
IOException - if there is a communication problem
void prepareRelocate(Identity id,
long newNodeId)
throws IOException
id - the identitynewNodeId - the ID of the new node the identity will be relocated to
IOException - if there is a communication problem
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||