Package bftsmart.reconfiguration
Class ReconfigureReply
- java.lang.Object
-
- bftsmart.reconfiguration.ReconfigureReply
-
- All Implemented Interfaces:
java.io.Externalizable,java.io.Serializable
public class ReconfigureReply extends java.lang.Object implements java.io.Externalizable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReconfigureReply()ReconfigureReply(View newView, java.lang.String[] joinSet, int lastExectConsensus, int leader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetExecLeader()java.lang.String[]getJoinSet()intgetLastExecConsId()ViewgetView()voidreadExternal(java.io.ObjectInput in)voidwriteExternal(java.io.ObjectOutput out)
-
-
-
Constructor Detail
-
ReconfigureReply
public ReconfigureReply()
-
ReconfigureReply
public ReconfigureReply(View newView, java.lang.String[] joinSet, int lastExectConsensus, int leader)
-
-
Method Detail
-
getView
public View getView()
-
getJoinSet
public java.lang.String[] getJoinSet()
-
getExecLeader
public int getExecLeader()
-
getLastExecConsId
public int getLastExecConsId()
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Specified by:
writeExternalin interfacejava.io.Externalizable- Throws:
java.io.IOException
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Specified by:
readExternalin interfacejava.io.Externalizable- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
-