Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
Modifier and Type | Field and Description |
---|---|
private MongoClientURI |
MongoURI.proxied
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) MongoClientURI |
MongoURI.toClientURI()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Mongo |
Mongo.Holder.connect(MongoClientURI uri)
Attempts to find an existing MongoClient instance matching that URI in the holder, and returns it if exists.
|
private static Cluster |
Mongo.createCluster(MongoClientURI mongoURI,
MongoDriverInformation mongoDriverInformation) |
private java.lang.String |
Mongo.Holder.toKey(MongoClientURI uri) |
Constructor and Description |
---|
Mongo(MongoClientURI mongoURI) |
Mongo(MongoClientURI mongoURI,
MongoDriverInformation mongoDriverInformation) |
MongoClient(MongoClientURI uri)
Creates a Mongo described by a URI.
|
MongoClient(MongoClientURI uri,
MongoDriverInformation mongoDriverInformation)
Creates a Mongo described by a URI.
|
MongoURI(MongoClientURI proxied)
Deprecated.
|