Package com.mongodb.internal.connection
Class DefaultClusterableServerFactory
java.lang.Object
com.mongodb.internal.connection.DefaultClusterableServerFactory
- All Implemented Interfaces:
ClusterableServerFactory
@Deprecated(since="2021-05-27")
public class DefaultClusterableServerFactory
extends Object
implements ClusterableServerFactory
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultClusterableServerFactory
(ClusterId clusterId, ClusterSettings clusterSettings, ServerSettings serverSettings, ConnectionPoolSettings connectionPoolSettings, StreamFactory streamFactory, StreamFactory heartbeatStreamFactory, List<MongoCredential> credentialList, CommandListener commandListener, String applicationName, MongoDriverInformation mongoDriverInformation, List<MongoCompressor> compressorList) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.mongodb.internal.connection.ClusterableServer
create
(ServerAddress serverAddress, ServerListener serverListener, ClusterClock clusterClock) Deprecated.Deprecated.
-
Constructor Details
-
DefaultClusterableServerFactory
public DefaultClusterableServerFactory(ClusterId clusterId, ClusterSettings clusterSettings, ServerSettings serverSettings, ConnectionPoolSettings connectionPoolSettings, StreamFactory streamFactory, StreamFactory heartbeatStreamFactory, List<MongoCredential> credentialList, CommandListener commandListener, String applicationName, MongoDriverInformation mongoDriverInformation, List<MongoCompressor> compressorList) Deprecated.
-
-
Method Details
-
create
public com.mongodb.internal.connection.ClusterableServer create(ServerAddress serverAddress, ServerListener serverListener, ClusterClock clusterClock) Deprecated.- Specified by:
create
in interfaceClusterableServerFactory
-
getSettings
Deprecated.- Specified by:
getSettings
in interfaceClusterableServerFactory
-