Class ServerAddressSelector

  • All Implemented Interfaces:
    ServerSelector

    Deprecated.

    @Deprecated
    public class ServerAddressSelector
    extends Object
    implements ServerSelector
    A server selector that chooses a server that matches the server address.
    Since:
    3.0
    • Constructor Detail

      • ServerAddressSelector

        public ServerAddressSelector​(ServerAddress serverAddress)
        Deprecated. 
        Constructs a new instance.
        Parameters:
        serverAddress - the server address
    • Method Detail

      • getServerAddress

        public ServerAddress getServerAddress​()
        Deprecated. 
        Gets the server address.
        Returns:
        the server address
      • 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.