|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Queue | |
planet.chord | |
planet.commonapi | |
planet.generic.commonapi | |
planet.simulate |
Uses of Queue in planet.chord |
Methods in planet.chord that return Queue | |
Queue |
ChordNode.outMessages()
Overwrites the outMessages to evaluates the internal flag hasFailed for not to deliver the outgoing queue of messages. |
Uses of Queue in planet.commonapi |
Methods in planet.commonapi that return Queue | |
Queue |
Node.outMessages()
Returns the outgoing queue with message to be send. |
Uses of Queue in planet.generic.commonapi |
Methods in planet.generic.commonapi that return Queue | |
Queue |
NetworkNodeImpl.outMessages()
Returns the present outgoing queue of this node |
Queue |
NodeImpl.outMessages()
Returns the present outgoing queue of this node |
Methods in planet.generic.commonapi with parameters of type Queue | |
protected void |
NetworkImpl.send(Queue messages)
Takes all messages of queue and send to all destination nodes. |
Uses of Queue in planet.simulate |
Methods in planet.simulate with parameters of type Queue | |
void |
Simulator.send(Queue messages)
Takes all messages of queue and send to all destination nodes |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |