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 int
getExecLeader()
java.lang.String[]
getJoinSet()
int
getLastExecConsId()
View
getView()
void
readExternal(java.io.ObjectInput in)
void
writeExternal(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:
writeExternal
in interfacejava.io.Externalizable
- Throws:
java.io.IOException
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Specified by:
readExternal
in interfacejava.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-