bamboo.router
Class RouteMsg
java.lang.Object
ostore.network.NetworkMessage
bamboo.router.RouteMsg
- All Implemented Interfaces:
- Cloneable, ostore.util.QuickSerializable, QueueElementIF
public class RouteMsg
- extends ostore.network.NetworkMessage
RouteMsg.
- Version:
- $Id: RouteMsg.java,v 1.8 2003/12/29 18:10:43 srhea Exp $
- Author:
- Sean C. Rhea
| Fields inherited from class ostore.network.NetworkMessage |
comp_q, est_rtt_ms, inbound, peer, sender, timeout_sec, user_data, wait_ms |
dest
public BigInteger dest
src
public BigInteger src
app_id
public long app_id
intermediate_upcall
public boolean intermediate_upcall
peer_guid
public BigInteger peer_guid
payload
public ostore.util.QuickSerializable payload
RouteMsg
public RouteMsg(ostore.util.NodeId n,
BigInteger s,
BigInteger d,
long a,
boolean u,
BigInteger g,
ostore.util.QuickSerializable p)
RouteMsg
public RouteMsg(ostore.util.InputBuffer buffer)
throws ostore.util.QSException
- Throws:
ostore.util.QSException
serialize
public void serialize(ostore.util.OutputBuffer buffer)
- Specified by:
serialize in interface ostore.util.QuickSerializable- Overrides:
serialize in class ostore.network.NetworkMessage
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone in class ostore.network.NetworkMessage
- Throws:
CloneNotSupportedException
toString
public String toString()
- Overrides:
toString in class ostore.network.NetworkMessage