Package com.mongodb.connection
Class ClusterId
- java.lang.Object
-
- com.mongodb.connection.ClusterId
-
@Deprecated(since="2021-05-27") public final class ClusterId extends Object
Deprecated.Usage of this API is not supported in AEM as a Cloud Service.A client-generated identifier that uniquely identifies a connection to a MongoDB cluster, which could be sharded, replica set, or standalone.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.StringgetDescription()Deprecated.Gets the user defined description of the MongoClient.StringgetValue()Deprecated.Gets the value of the identifier.inthashCode()Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
ClusterId
public ClusterId()
Deprecated.Construct an instance.
-
ClusterId
public ClusterId(String description)
Deprecated.Construct an instance.- Parameters:
description- the user defined description of the MongoClient
-
-