Class RaftConfiguration

    • Method Summary

      Modifier and Type Method Description
      abstract java.math.BigInteger index()  
      abstract java.util.List<RaftServer> servers()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RaftConfiguration

        public RaftConfiguration()
    • Method Detail

      • servers

        public abstract java.util.List<RaftServer> servers()
      • index

        public abstract java.math.BigInteger index()