Package com.mongodb.selector
Class WritableServerSelector
- java.lang.Object
 - 
- com.mongodb.selector.WritableServerSelector
 
 
- 
- All Implemented Interfaces:
 ServerSelector
@Deprecated public final class WritableServerSelector extends Object implements ServerSelector
Deprecated.A server selector that chooses servers that are writable.- Since:
 - 3.1
 
 
- 
- 
Constructor Summary
Constructors Constructor Description WritableServerSelector()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<ServerDescription>select(ClusterDescription clusterDescription)Deprecated.Select a list of server descriptions from the given cluster description according to some criteria.StringtoString()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
select
public List<ServerDescription> select(ClusterDescription clusterDescription)
Deprecated.Description copied from interface:ServerSelectorSelect a list of server descriptions from the given cluster description according to some criteria.- Specified by:
 selectin interfaceServerSelector- 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.
 
 
 - 
 
 -