Interface NodeAllocationStrategy

    • Method Detail

      • applyForWALNode

        IWALNode applyForWALNode​(java.lang.String applicantUniqueId)
        Allocate one wal node for the applicant
      • getNodesSnapshot

        java.util.List<WALNode> getNodesSnapshot()
        Get all wal nodes
      • clear

        void clear()