Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyDBObject
An immutable
DBObject backed by a byte buffer that lazily provides keys and values on request. |
class |
MongoClientOptions
Various settings to control the behavior of a
MongoClient . |
class |
MongoCredential
Represents credentials to authenticate to a mongo server, as well as the source of the credentials and
the authentication mechanism to use.
|
class |
ParallelScanOptions
The options to use for a parallel collection scan.
|
class |
ServerAddress
Represents the location of a Mongo server - i.e.
|
class |
Tag
A replica set tag.
|
class |
TagSet
An immutable set of tags, used to select members of a replica set to use for read operations.
|
Copyright © 2023. All rights reserved.