|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dd.api.DDThresholdTag | +--ostore.archive.FragmentTag
FragmentTag
is the DDThresholdTag
for archival Fragments
.
Fragment
,
DDTag
Field Summary |
---|
Fields inherited from class dd.api.DDThresholdTag |
---|
low_watermark |
Constructor Summary | |
---|---|
FragmentTag(InputBuffer buffer)
Constructs a FragmentTag from its
serialized form. |
|
FragmentTag(short low_watermark)
Constructor: Creates a new FragmentTag . |
Method Summary | |
---|---|
boolean |
equals(Object other)
Compares this FragmentTag with another tag, and returns true iff they are the same type of tag. |
int |
hashCode()
Calculates a Java hash code for this FragmentTag 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 FragmentTag(short low_watermark)
FragmentTag
.
public FragmentTag(InputBuffer buffer) throws QSException
FragmentTag
from its
serialized
form.
buffer
- serialized
form of object.Method Detail |
public void serialize(OutputBuffer buffer)
serialize
in interface QuickSerializable
serialize
in class DDThresholdTag
buffer
- the output buffer to add the object topublic boolean equals(Object other)
equals
in class DDThresholdTag
other
- the object with which to compare this FragmentTag.
public int hashCode()
hashCode
in class DDThresholdTag
public String toString()
toString
in class DDThresholdTag
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |