bamboo.softscribe
Class MCastJoinMsg
java.lang.Object
bamboo.softscribe.MCastJoinMsg
- All Implemented Interfaces:
- ostore.util.QuickSerializable, QueueElementIF
public class MCastJoinMsg
- extends Object
- implements ostore.util.QuickSerializable, QueueElementIF
MCastJoinMsg
A Bamboo payload indicating that the sending node considers itself to be
a member of the indicated group. This message serves both as the initial
indication that the sender has joined, and as a periodic heartbeat.
- Version:
- $Id: MCastJoinMsg.java,v 1.2 2004/08/04 19:23:27 srhea Exp $
- Author:
- David Oppenheimer
srcid
public ostore.util.NodeId srcid
dstguid
public BigInteger dstguid
MCastJoinMsg
public MCastJoinMsg(ostore.util.NodeId srcid,
BigInteger dstguid)
MCastJoinMsg
public MCastJoinMsg(MCastJoinMsg other)
MCastJoinMsg
public MCastJoinMsg(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
toString
public String toString()
- Overrides:
toString in class Object