Package com.mongodb.connection
Class ServerId
java.lang.Object
com.mongodb.connection.ServerId
A client-generated identifier that uniquely identifies a MongoDB server.
- Since:
- 3.0
-
Constructor Details
-
ServerId
Construct an instance.- Parameters:
clusterId
- the client-generated cluster identifieraddress
- the server address
-
-
Method Details