|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.dtree.DTreeReq
A superclass of all requests handled by the DTreeNode
.
Field Summary | |
---|---|
protected SecureHash |
digest
The digest of this DTreeReq .
|
protected SecureHash |
tree_id
The name of the dissemination tree on which to operate. |
Constructor Summary | |
---|---|
DTreeReq(InputBuffer buffer)
Constructs a DTreeReq from its
serialize d form. |
|
DTreeReq(SecureHash tree_id)
Creates a new DTreeReq for the specified tree. |
Method Summary | |
---|---|
SecureHash |
get_digest()
Returns the digest of this DTreeReq . |
long |
get_seq_num()
Returns the sequence number of the request. |
SecureHash |
get_tree_id()
Returns the name of the dissemination tree on which to operate. |
int |
hashCode()
Returns the hash of the digest of this DTreeReq . |
void |
serialize(OutputBuffer buffer)
Add the object to the buffer . |
String |
toString()
Returns a human-readable representation of this DTreeReq . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected SecureHash tree_id
protected transient SecureHash digest
DTreeReq
.
Do NOT include this field in to_bytes
.
Constructor Detail |
public DTreeReq(SecureHash tree_id)
DTreeReq
for the specified tree.
public DTreeReq(InputBuffer buffer) throws QSException
DTreeReq
from its
serialize
d form.
Method Detail |
public long get_seq_num()
public SecureHash get_tree_id()
public SecureHash get_digest()
DTreeReq
.
public void serialize(OutputBuffer buffer)
QuickSerializable
buffer
.
serialize
in interface QuickSerializable
buffer
- the output buffer to add the object topublic int hashCode()
DTreeReq
.
hashCode
in class Object
public String toString()
DTreeReq
.
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |