Interface SingletonElectionPolicy

    • Method Detail

      • elect

        Node elect​(List<Node> nodes)
        Elect a single node from the specified list of candidate nodes.
        Parameters:
        nodes - a list of candidate nodes.
        Returns:
        the elected node