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 |
---|---|
private void |
MultiServerCluster.onChange(ServerDescriptionChangedEvent event) |
void |
MultiServerCluster.DefaultServerStateListener.serverDescriptionChanged(ServerDescriptionChangedEvent event) |
void |
SingleServerCluster.DefaultServerStateListener.serverDescriptionChanged(ServerDescriptionChangedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ServerListenerAdapter.serverDescriptionChanged(ServerDescriptionChangedEvent event) |
void |
ServerListener.serverDescriptionChanged(ServerDescriptionChangedEvent event)
Listener for server description changed events.
|
void |
ServerEventMulticaster.serverDescriptionChanged(ServerDescriptionChangedEvent event)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerListenerMulticaster.serverDescriptionChanged(ServerDescriptionChangedEvent event) |