| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Interface and Description |
|---|---|
(package private) interface |
ClusterableServer
A logical connection to a MongoDB server that supports clustering along with other servers.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
BaseCluster.WrappedServer |
(package private) class |
DefaultServer |
| Modifier and Type | Method and Description |
|---|---|
private Server |
DBTCPConnector.getServer(ServerSelector serverSelector)
Deprecated.
|
Server |
Cluster.getServer(ServerSelector serverSelector,
long maxWaitTime,
java.util.concurrent.TimeUnit timeUnit)
Get a MongoDB server that matches the criteria defined by the serverSelector
|
Server |
BaseCluster.getServer(ServerSelector serverSelector,
long maxWaitTime,
java.util.concurrent.TimeUnit timeUnit) |