org.kth.dks.dks_dht
Class DHTRestoreReplicasMsg

java.lang.Object
  extended by org.kth.dks.dks_marshal.DKSMessage
      extended by org.kth.dks.dks_dht.DHTRestoreReplicasMsg
All Implemented Interfaces:
CorrectionOnChangeInterface

public class DHTRestoreReplicasMsg
extends DKSMessage
implements CorrectionOnChangeInterface


Field Summary
static java.lang.String NAME
           
 
Fields inherited from class org.kth.dks.dks_marshal.DKSMessage
ele, eleCnt, marshaler, messageMap, messageMapUnsync, pCount, xmsg
 
Constructor Summary
DHTRestoreReplicasMsg()
           
DHTRestoreReplicasMsg(DKSRef newNode, Interval i, int c, int id)
           
 
Method Summary
 int getCC()
           
 int getId()
           
 Interval getInterval()
           
 java.lang.String getName()
           
 DKSRef getNewNode()
           
 void marshal()
           
 void unmarshal()
           
 
Methods inherited from class org.kth.dks.dks_marshal.DKSMessage
addMessageType, addMessageTypePrefixed, flatten, getRecvRef, getSendRef, setRecvRef, setSendRef, unmarshal, unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static java.lang.String NAME
Constructor Detail

DHTRestoreReplicasMsg

public DHTRestoreReplicasMsg()

DHTRestoreReplicasMsg

public DHTRestoreReplicasMsg(DKSRef newNode,
                             Interval i,
                             int c,
                             int id)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class DKSMessage

getCC

public int getCC()

getId

public int getId()

getNewNode

public DKSRef getNewNode()

getInterval

public Interval getInterval()
Specified by:
getInterval in interface CorrectionOnChangeInterface

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.