Package | Description |
---|---|
com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
com.mongodb.async.client |
This packages contains classes for the new async client
|
com.mongodb.client.model.geojson |
This package contains classes that represent GeoJSON objects.
|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
com.mongodb.event |
This package contains cluster and connection event related classes
|
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 |
MongoNamespace
A MongoDB namespace, which includes a database name and collection name.
|
class |
ParallelScanOptions
The options to use for a parallel collection scan.
|
class |
ReadPreference
A class that represents preferred replica set members to which a query or command can be sent.
|
class |
ServerAddress
Represents the location of a Mongo server - i.e.
|
class |
Tag
A replica set tag.
|
class |
TaggableReadPreference
Abstract class for all preference which can be combined with tags
|
class |
TagSet
An immutable set of tags, used to select members of a replica set to use for read operations.
|
class |
WriteConcern
Controls the acknowledgment of write operations with various options.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MongoClient
A client-side representation of a MongoDB cluster.
|
class |
MongoClientSettings
Various settings to control the behavior of a
MongoClient . |
Modifier and Type | Class and Description |
---|---|
class |
CoordinateReferenceSystem
A GeoJSON Coordinate Reference System (CRS).
|
class |
NamedCoordinateReferenceSystem
A GeoJSON named Coordinate Reference System.
|
class |
Position
A representation of a GeoJSON Position.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterDescription
Immutable snapshot state of a cluster.
|
class |
ClusterSettings
Settings for the cluster.
|
class |
ConnectionDescription
A description of a connection to a MongoDB server.
|
class |
ConnectionId
An immutable connection identifier of a connection to a MongoDB server.
|
class |
ConnectionPoolSettings
All settings that relate to the pool of connections to a MongoDB server.
|
class |
ServerDescription
Immutable snapshot state of a server.
|
class |
ServerId
A client-generated identifier that uniquely identifies a MongoDB server.
|
class |
ServerSettings
Settings relating to monitoring of each server.
|
class |
SocketSettings
An immutable class representing socket settings used for connections to a MongoDB server.
|
class |
SslSettings
Settings for connecting to MongoDB via SSL.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandListenerMulticaster
A multicaster for connection events.
|
Copyright © 2016. All Rights Reserved.