Interface ServerSelector

    • Method Detail

      • select

        List<ServerDescription> select​(ClusterDescription clusterDescription)
        Select a list of server descriptions from the given cluster description according to some criteria.
        Parameters:
        clusterDescription - the cluster of servers to select from
        Returns:
        a non-null list of ServerDescriptions that meet the requirements of this ServerSelector. This may be empty.