| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BaseCluster |
(package private) class |
MultiServerCluster
This class needs to be final because we are leaking a reference to "this" from the constructor
|
(package private) class |
SingleServerCluster
This class needs to be final because we are leaking a reference to "this" from the constructor
|
| Modifier and Type | Field and Description |
|---|---|
private Cluster |
DBTCPConnector.cluster
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Cluster |
Clusters.create(java.lang.String clusterId,
ClusterSettings settings,
ServerSettings serverSettings,
ClusterListener clusterListener,
Mongo mongo) |