Package com.mongodb.internal.connection
Interface ClusterableServerFactory
-
- All Known Implementing Classes:
DefaultClusterableServerFactory
@Deprecated(since="2021-05-27") public interface ClusterableServerFactory
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.mongodb.internal.connection.ClusterableServer
create(ServerAddress serverAddress, ServerListener serverListener, ClusterClock clusterClock)
Deprecated.ServerSettings
getSettings()
Deprecated.
-
-
-
Method Detail
-
create
com.mongodb.internal.connection.ClusterableServer create(ServerAddress serverAddress, ServerListener serverListener, ClusterClock clusterClock)
Deprecated.
-
getSettings
ServerSettings getSettings()
Deprecated.
-
-