|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--demo.repair.RepairDHTTest.Tag
Tag
is the DDThresholdTag
for generic objects.
Constructor Summary | |
---|---|
RepairDHTTest.Tag(byte[] payload)
Constructor: Creates a new Tag . |
|
RepairDHTTest.Tag(InputBuffer buffer)
Constructs a Tag from its
serialized form. |
Method Summary | |
---|---|
boolean |
equals(Object other)
Compares this Tag with another tag, and returns true iff they are the same type of tag. |
int |
hashCode()
Calculates a Java hash code for this Tag object (by returning its type_code) |
void |
serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable |
String |
toString()
Specified by java.lang.Object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RepairDHTTest.Tag(byte[] payload)
Tag
.
public RepairDHTTest.Tag(InputBuffer buffer) throws QSException
Tag
from its
serialized
form.
buffer
- serialized
form of object.Method Detail |
public void serialize(OutputBuffer buffer)
serialize
in interface QuickSerializable
public boolean equals(Object other)
equals
in class Object
other
- the object with which to compare this Tag.
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |