public class ReconfigureReply
extends java.lang.Object
implements java.io.Externalizable
| Constructor and Description |
|---|
ReconfigureReply() |
ReconfigureReply(View newView,
java.lang.String[] joinSet,
int lastExectConsensus,
int leader) |
| Modifier and Type | Method and Description |
|---|---|
int |
getExecLeader() |
java.lang.String[] |
getJoinSet() |
int |
getLastExecConsId() |
View |
getView() |
void |
readExternal(java.io.ObjectInput in) |
void |
writeExternal(java.io.ObjectOutput out) |
public ReconfigureReply()
public ReconfigureReply(View newView, java.lang.String[] joinSet, int lastExectConsensus, int leader)
public View getView()
public java.lang.String[] getJoinSet()
public int getExecLeader()
public int getLastExecConsId()
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOExceptionjava.lang.ClassNotFoundException