ostore.network
Class NetworkLatencyReq

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

public class NetworkLatencyReq
extends Object
implements QueueElementIF


Field Summary
 SinkIF comp_q
           
 NodeId node_id
           
 Object user_data
           
 
Constructor Summary
NetworkLatencyReq(NodeId n, SinkIF q, 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

node_id

public NodeId node_id

comp_q

public SinkIF comp_q

user_data

public Object user_data
Constructor Detail

NetworkLatencyReq

public NetworkLatencyReq(NodeId n,
                         SinkIF q,
                         Object u)
Method Detail

toString

public String toString()
Overrides:
toString in class Object