|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--tapestry.ptr.impl.DirectMail
|
+--tapestry.ptr.impl.HostHbStage.DeadMail
DeadMail is
mail delivered to every
node in the system carrying news that a node recently died.
| Field Summary |
|---|
| Fields inherited from class tapestry.ptr.impl.DirectMail |
|---|
currentRadius, inbound |
| Constructor Summary | |
|---|---|
HostHbStage.DeadMail(InputBuffer buffer)
Constructor: Creates a new DeadMail from its
serialized form. |
|
HostHbStage.DeadMail(SecureHash dead,
NodeId deadNodeId,
SecureHash src,
int targetRadius,
long srcTime)
Constructor: Creates a new DeadMail. |
|
| Method Summary | |
|---|---|
SecureHash |
getDead()
getDead returns the dead node mailed to
all the other nodes in the system. |
NodeId |
getDeadNodeId()
getDeadNodeId returns the dead NodeId
mailed to all the other nodes in the system. |
void |
serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable |
String |
toString()
Specified by java.lang.Object |
| Methods inherited from class tapestry.ptr.impl.DirectMail |
|---|
clone, getCurrentRadius, getSrc, getSrcTime, getTargetRadius |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HostHbStage.DeadMail(SecureHash dead,
NodeId deadNodeId,
SecureHash src,
int targetRadius,
long srcTime)
DeadMail.
public HostHbStage.DeadMail(InputBuffer buffer)
throws QSException
DeadMail from its
serialized form.
| Method Detail |
public SecureHash getDead()
getDead returns the dead node mailed to
all the other nodes in the system.
public NodeId getDeadNodeId()
getDeadNodeId returns the dead NodeId
mailed to all the other nodes in the system.
NodeId.public void serialize(OutputBuffer buffer)
serialize in interface QuickSerializableserialize in class DirectMailpublic String toString()
toString in class DirectMail
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||