|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.network.NetworkMessage | +--demo.dynamic.TestDeleteMsg
The msg to say we're done with delete, now start locate again
Field Summary | |
---|---|
static int |
FAILURE_TYPE
|
static int |
REQUEST_TYPE
|
static int |
RESPONSE_TYPE
|
static int |
SUCCESS_TYPE
|
int |
type
Either REQUEST_TYPE , RESPONSE_TYPE ,
SUCCESS_TYPE , or FAILURE_TYPE . |
Fields inherited from class ostore.network.NetworkMessage |
---|
comp_q, est_rtt_ms, inbound, peer, sender, tries, user_data, wait_ms |
Constructor Summary | |
---|---|
TestDeleteMsg(InputBuffer buffer)
Constructs a TestDeleteMsg from its
serialized form. |
|
TestDeleteMsg(NodeId peer,
int type)
Constructor: Creates a new TestDeleteMsg . |
Method Summary | |
---|---|
void |
serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable |
String |
toString()
Specified by java.lang.Object |
Methods inherited from class ostore.network.NetworkMessage |
---|
clone |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int REQUEST_TYPE
public static final int RESPONSE_TYPE
public static final int SUCCESS_TYPE
public static final int FAILURE_TYPE
public int type
REQUEST_TYPE
, RESPONSE_TYPE
,
SUCCESS_TYPE
, or FAILURE_TYPE
.
Constructor Detail |
public TestDeleteMsg(NodeId peer, int type)
TestDeleteMsg
.
public TestDeleteMsg(InputBuffer buffer) throws QSException
TestDeleteMsg
from its
serialized
form.
buffer
- serialized
form of object.Method Detail |
public void serialize(OutputBuffer buffer)
serialize
in interface QuickSerializable
serialize
in class NetworkMessage
public String toString()
toString
in class NetworkMessage
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |