Package com.mongodb.internal.connection
Interface ClusterableServerFactory
- All Known Implementing Classes:
DefaultClusterableServerFactory
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptioncom.mongodb.internal.connection.ClusterableServer
create
(ServerAddress serverAddress, ServerListener serverListener, ClusterClock clusterClock) Deprecated.Deprecated.
-
Method Details
-
create
com.mongodb.internal.connection.ClusterableServer create(ServerAddress serverAddress, ServerListener serverListener, ClusterClock clusterClock) Deprecated. -
getSettings
ServerSettings getSettings()Deprecated.
-