Class 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 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 interface java.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 interface java.io.Externalizable
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException