JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package com.mongodb.selector
@NonNullApi
package
com.mongodb.selector
Contains classes that determine how to select the server to connect to in order to send commands or queries.
Related Packages
Package
Description
com.mongodb
The core mongodb package
All Classes and Interfaces
Interfaces
Classes
Class
Description
CompositeServerSelector
A server selector that composes a list of server selectors, and selects the servers by iterating through the list from start to finish, passing the result of the previous into the next, and finally returning the result of the last one.
ServerSelector
An interface for selecting a server from a cluster according to some preference.