|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ostore.network.NetworkLatencyResp
| Field Summary | |
|---|---|
long |
rtt_ms
|
boolean |
success
|
Object |
user_data
|
| Constructor Summary | |
|---|---|
NetworkLatencyResp(boolean s,
long r,
Object u)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public boolean success
public long rtt_ms
public Object user_data
| Constructor Detail |
public NetworkLatencyResp(boolean s,
long r,
Object u)
| Method Detail |
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||