Class ServerViewController

    • Constructor Detail

      • ServerViewController

        public ServerViewController​(int procId,
                                    KeyLoader loader)
      • ServerViewController

        public ServerViewController​(int procId,
                                    java.lang.String configHome,
                                    KeyLoader loader)
    • Method Detail

      • setTomLayer

        public void setTomLayer​(TOMLayer tomLayer)
      • isInCurrentView

        public boolean isInCurrentView()
      • getCurrentViewOtherAcceptors

        public int[] getCurrentViewOtherAcceptors()
      • getReplicasWithout

        public int[] getReplicasWithout​(int[] replicas,
                                        int without)
      • getCurrentViewAcceptors

        public int[] getCurrentViewAcceptors()
      • hasUpdates

        public boolean hasUpdates()
      • enqueueUpdate

        public void enqueueUpdate​(TOMMessage up)
      • executeUpdates

        public byte[] executeUpdates​(int cid)
      • clearUpdates

        public TOMMessage[] clearUpdates()
      • isInLastJoinSet

        public boolean isInLastJoinSet​(int id)
      • getQuorum

        public int getQuorum()
      • getTOMLayer

        public TOMLayer getTOMLayer()