ostore.network
Class NetworkLatencyResp

java.lang.Object
  |
  +--ostore.network.NetworkLatencyResp
All Implemented Interfaces:
QueueElementIF

public class NetworkLatencyResp
extends Object
implements QueueElementIF


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

success

public boolean success

rtt_ms

public long rtt_ms

user_data

public Object user_data
Constructor Detail

NetworkLatencyResp

public NetworkLatencyResp(boolean s,
                          long r,
                          Object u)
Method Detail

toString

public String toString()
Overrides:
toString in class Object