|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ostore.replica.ReplicaTag
The Tapestry tag published by object replicas (second-tier and clients).
| Field Summary | |
|---|---|
QSInt |
depth
The number of hops down the dissemination tree from the primary replica (inner ring). |
| Constructor Summary | |
|---|---|
ReplicaTag(InputBuffer buffer)
Constructs a ReplicaTag from its
serialized form. |
|
ReplicaTag(QSInt depth)
Creates a new ReplicaTag. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Tests whether this tag is equivalent to another. |
void |
serialize(OutputBuffer buffer)
Add the object to the buffer. |
String |
toString()
Specified by java.lang.Object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public QSInt depth
TODO: replace with more general QoS.
| Constructor Detail |
public ReplicaTag(QSInt depth)
ReplicaTag.
depth - The publishing node's depth from the inner ring,
measured in dissemination tree links.
public ReplicaTag(InputBuffer buffer)
throws QSException
ReplicaTag from its
serialized form.
| Method Detail |
public void serialize(OutputBuffer buffer)
QuickSerializablebuffer.
serialize in interface QuickSerializablebuffer - the output buffer to add the object topublic boolean equals(Object other)
equals in class Objectpublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||