|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectostore.network.NetworkMessage
bamboo.dmgr.FetchMerkleTreeNodeReq
public class FetchMerkleTreeNodeReq
FetchMerkleTreeNodeReq.
| Field Summary | |
|---|---|
int |
expansion
The expansion factor of the tree. |
byte[] |
expected_hash
Our hash for this node. |
BigInteger |
high_guid
The upper bound of the shared database. |
int |
level
The level in the tree at which the node resides. |
BigInteger |
low_guid
The lower bound of the shared database. |
protected long |
low_time
The lower bound of the times covered by this node |
BigInteger |
peer_guid
The guid of the source node of this query. |
long |
seq
To pair it up with its response. |
| Fields inherited from class ostore.network.NetworkMessage |
|---|
comp_q, est_rtt_ms, inbound, peer, sender, timeout_sec, user_data, wait_ms |
| Constructor Summary | |
|---|---|
FetchMerkleTreeNodeReq(ostore.util.InputBuffer buffer)
|
|
FetchMerkleTreeNodeReq(ostore.util.NodeId dest,
BigInteger pg,
BigInteger lg,
BigInteger hg,
int exp,
int lv,
long lt,
byte[] eh,
long s)
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
void |
serialize(ostore.util.OutputBuffer buffer)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public BigInteger peer_guid
public BigInteger low_guid
public BigInteger high_guid
public int expansion
public int level
protected long low_time
public byte[] expected_hash
public long seq
| Constructor Detail |
|---|
public FetchMerkleTreeNodeReq(ostore.util.NodeId dest,
BigInteger pg,
BigInteger lg,
BigInteger hg,
int exp,
int lv,
long lt,
byte[] eh,
long s)
public FetchMerkleTreeNodeReq(ostore.util.InputBuffer buffer)
throws ostore.util.QSException
ostore.util.QSException| Method Detail |
|---|
public void serialize(ostore.util.OutputBuffer buffer)
serialize in interface ostore.util.QuickSerializableserialize in class ostore.network.NetworkMessage
public Object clone()
throws CloneNotSupportedException
clone in class ostore.network.NetworkMessageCloneNotSupportedExceptionpublic String toString()
toString in class ostore.network.NetworkMessage
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||