org.kth.dks.dks_dht
Class DHTStateTransferMsg
java.lang.Object
org.kth.dks.dks_marshal.DKSMessage
org.kth.dks.dks_dht.DHTStateTransferMsg
public class DHTStateTransferMsg
- extends DKSMessage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
LASTMSG
public static final int LASTMSG
- See Also:
- Constant Field Values
DATATRANSFER
public static final int DATATRANSFER
- See Also:
- Constant Field Values
LASTMSGRECEIVED
public static final int LASTMSGRECEIVED
- See Also:
- Constant Field Values
STATEREQUEST
public static final int STATEREQUEST
- See Also:
- Constant Field Values
DHTStateTransferMsg
public DHTStateTransferMsg()
DHTStateTransferMsg
public DHTStateTransferMsg(long k,
DKSObject[] pld)
DHTStateTransferMsg
public DHTStateTransferMsg(long k,
int t)
getName
public java.lang.String getName()
- Specified by:
getName in class DKSMessage
getPayload
public DKSObject[] getPayload()
getKey
public long getKey()
getType
public long getType()
marshal
public void marshal()
throws java.io.IOException
- Specified by:
marshal in class DKSMessage
- Throws:
java.io.IOException
unmarshal
public void unmarshal()
throws java.io.IOException
- Specified by:
unmarshal in class DKSMessage
- Throws:
java.io.IOException
Copyright © 2010. All Rights Reserved.