|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--dd.api.DDThresholdTag
DDThresholdTag is an extension of DDTag that
defines a low_watermark (i.e. threshold) for the
number of ptrs that triggers the
root directory node to generate a
DDRepairObjReq.
DDTag,
DDRepairObjReq| Field Summary | |
|---|---|
short |
low_watermark
low_watermark is the threshold for the number of
ptrs that triggers the root
directory node to generate a
DDRepairObjReq. |
| Constructor Summary | |
|---|---|
DDThresholdTag(InputBuffer buffer)
Constructs a DDThresholdTag from its
serialized form. |
|
DDThresholdTag(short low_watermark)
Constructor: Creates a new DDThresholdTag with given
low_watermark. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Compares this DDThresholdTag with another tag, and returns true iff they are the same type of tag. |
int |
hashCode()
Calculates a Java hash code for this DDThresholdTag 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 |
| Field Detail |
public short low_watermark
low_watermark is the threshold for the number of
ptrs that triggers the root
directory node to generate a
DDRepairObjReq.
| Constructor Detail |
public DDThresholdTag(short low_watermark)
DDThresholdTag with given
low_watermark.
low_watermark - Threshold for the number of
ptrs
that triggers the root
directory
node to generate a
DDRepairObjReq.
public DDThresholdTag(InputBuffer buffer)
throws QSException
DDThresholdTag from its
serialized form.
buffer - serialized
form of object.| Method Detail |
public void serialize(OutputBuffer buffer)
serialize in interface QuickSerializablepublic boolean equals(Object other)
equals in class Objectother - the object with which to compare this DDThresholdTag.
public int hashCode()
hashCode 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 | ||||||||||