rice.pastry.join
Class InitiateJoin
java.lang.Object
rice.pastry.messaging.Message
rice.pastry.join.InitiateJoin
- All Implemented Interfaces:
- java.io.Serializable, Message
public class InitiateJoin
- extends Message
- implements java.io.Serializable
Request for the join protocols on the local node to join the overlay.
- Version:
- $Id: InitiateJoin.java 4209 2008-04-29 14:55:32Z jeffh $
- Author:
- Andrew Ladd
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InitiateJoin
public InitiateJoin(java.util.Collection<NodeHandle> nh)
- Constructor.
- Parameters:
nh
- the node handle that the join will begin from.
InitiateJoin
public InitiateJoin(java.util.Date stamp,
java.util.Collection<NodeHandle> nh)
- Constructor.
- Parameters:
jh
- a handle of the node trying to join the network.stamp
- the timestampnh
- the node handle that the join will begin from.
getHandle
public NodeHandle getHandle()
- Gets the handle for the join.
Gets the first non-dead handle for the join.
- Returns:
- the handle.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001-2005 - Rice Pastry.