public final class WritableServerSelector extends java.lang.Object implements ServerSelector
| Constructor and Description |
|---|
WritableServerSelector() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ServerDescription> |
select(ClusterDescription clusterDescription)
Select a list of server descriptions from the given cluster description according to some criteria.
|
java.lang.String |
toString() |
public java.util.List<ServerDescription> select(ClusterDescription clusterDescription)
ServerSelectorselect in interface ServerSelectorclusterDescription - the cluster of servers to select frompublic java.lang.String toString()
toString in class java.lang.Object