|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbamboo.vivaldi.VivaldiRequestVC
public class VivaldiRequestVC
Requests the current virtual coordinate for the local node. Other stages may use this to query the Vivaldi stage.
A VivaldiReplyVC will be sent to the specified sink in response.
| Field Summary | |
|---|---|
SinkIF |
comp_q
The sink to send the resulting VivaldiReplyVC to. |
Object |
user_data
A callback object to include with the reply. |
| Constructor Summary | |
|---|---|
VivaldiRequestVC(SinkIF completion_queue,
Object user_data)
Constructs the request. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public SinkIF comp_q
VivaldiReplyVC to.
public Object user_data
| Constructor Detail |
|---|
public VivaldiRequestVC(SinkIF completion_queue,
Object user_data)
completion_queue - The sink on which to publish the result.user_data - A user-specified object to include in the result.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||