Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
com.mongodb.event |
This package contains cluster and connection event related classes
|
com.mongodb.internal.event |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseCluster.fireChangeEvent(ClusterDescriptionChangedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterListenerAdapter.clusterDescriptionChanged(ClusterDescriptionChangedEvent event) |
void |
ClusterEventMulticaster.clusterDescriptionChanged(ClusterDescriptionChangedEvent event)
Deprecated.
|
void |
ClusterListener.clusterDescriptionChanged(ClusterDescriptionChangedEvent event)
Invoked when a cluster description changes.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterListenerMulticaster.clusterDescriptionChanged(ClusterDescriptionChangedEvent event) |