|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbamboo.dht.Dht.PutReq
public static class Dht.PutReq
| Field Summary | |
|---|---|
InetAddress |
client_id
|
SinkIF |
completion_queue
|
BigInteger |
key
|
boolean |
put
|
int |
ttl_sec
|
Object |
user_data
|
ByteBuffer |
value
|
| Constructor Summary | |
|---|---|
Dht.PutReq(BigInteger k,
ByteBuffer v,
boolean p,
SinkIF q,
Object ud,
int t,
InetAddress c)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public BigInteger key
public ByteBuffer value
public boolean put
public SinkIF completion_queue
public Object user_data
public int ttl_sec
public InetAddress client_id
| Constructor Detail |
|---|
public Dht.PutReq(BigInteger k,
ByteBuffer v,
boolean p,
SinkIF q,
Object ud,
int t,
InetAddress c)
| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||