Class WritableServerSelector

    • Constructor Detail

      • WritableServerSelector

        public WritableServerSelector()
        Deprecated.
    • Method Detail

      • select

        public List<ServerDescription> select​(ClusterDescription clusterDescription)
        Deprecated.
        Description copied from interface: ServerSelector
        Select a list of server descriptions from the given cluster description according to some criteria.
        Specified by:
        select in interface ServerSelector
        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.