| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Field and Description |
|---|---|
private ClusterSettings |
BaseCluster.settings |
| Modifier and Type | Method and Description |
|---|---|
ClusterSettings |
ClusterSettings.Builder.build()
Build the settings from the builder.
|
ClusterSettings |
BaseCluster.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
static Cluster |
Clusters.create(java.lang.String clusterId,
ClusterSettings settings,
ServerSettings serverSettings,
ClusterListener clusterListener,
Mongo mongo) |
| Constructor and Description |
|---|
BaseCluster(java.lang.String clusterId,
ClusterSettings settings,
ClusterableServerFactory serverFactory,
ClusterListener clusterListener) |
MultiServerCluster(java.lang.String clusterId,
ClusterSettings settings,
ClusterableServerFactory serverFactory,
ClusterListener clusterListener) |
SingleServerCluster(java.lang.String clusterId,
ClusterSettings settings,
ClusterableServerFactory serverFactory,
ClusterListener clusterListener) |