|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbamboo.vivaldi.VivaldiReplyVC
public class VivaldiReplyVC
The reply message sent giving the local node's current virtual coordinate.
This is sent in response to a VivaldiRequestVC message.
| Field Summary | |
|---|---|
VirtualCoordinate |
coordinate
The current value of the local node's virtual coordinate. |
int |
samples
The number of latency samples that have been used to calculate this virtual coordinate. |
Object |
user_data
The callback object as specified by the VivaldiRequestVC. |
| Constructor Summary | |
|---|---|
VivaldiReplyVC(VirtualCoordinate coordinate,
int samples,
Object user_data)
Constructs the reply. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Object user_data
VivaldiRequestVC.
public VirtualCoordinate coordinate
public int samples
| Constructor Detail |
|---|
public VivaldiReplyVC(VirtualCoordinate coordinate,
int samples,
Object user_data)
coordinate - The virtual coordinate.samples - The number of samples used to calculate the coordinate.user_data - The user-specified object included in the request.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||