Package | Description |
---|---|
com.mongodb.binding |
This package contains classes that manage binding to MongoDB servers for various operations.
|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Class and Description |
---|
AsyncConnectionSource
A source of connections to a single MongoDB server.
|
AsyncReadBinding
An asynchronous factory of connection sources to servers that can be read from and that satisfy the specified read preference.
|
AsyncReadWriteBinding
An asynchronous factory of connection sources to servers that can be read from or written to.
|
AsyncWriteBinding
An asynchronous factory of connection sources to servers that can be written to, e.g, a standalone, a mongos, or a replica set primary.
|
ConnectionSource
A source of connections to a single MongoDB server.
|
ReadBinding
A factory of connection sources to servers that can be read from and that satisfy the specified read preference.
|
ReadWriteBinding
A factory of connection sources to servers that can be read from or written to.
|
ReferenceCounted
An interface for reference-counted objects.
|
SingleServerBinding
A simple binding where all connection sources are bound to the server specified in the constructor.
|
WriteBinding
A factory of connection sources to servers that can be written to, e.g, a standalone, a mongos, or a replica set primary.
|
Class and Description |
---|
ReferenceCounted
An interface for reference-counted objects.
|
Class and Description |
---|
AsyncReadBinding
An asynchronous factory of connection sources to servers that can be read from and that satisfy the specified read preference.
|
AsyncWriteBinding
An asynchronous factory of connection sources to servers that can be written to, e.g, a standalone, a mongos, or a replica set primary.
|
ReadBinding
A factory of connection sources to servers that can be read from and that satisfy the specified read preference.
|
WriteBinding
A factory of connection sources to servers that can be written to, e.g, a standalone, a mongos, or a replica set primary.
|
Copyright © 2016. All Rights Reserved.