Package | Description |
---|---|
com.mongodb.binding |
This package contains classes that manage binding to MongoDB servers for various operations.
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncReadWriteBinding
An asynchronous factory of connection sources to servers that can be read from or written to.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncClusterBinding
A simple ReadWriteBinding implementation that supplies write connection sources bound to a possibly different primary each time, and a
read connection source bound to a possible different server each time.
|
class |
AsyncSingleConnectionReadBinding
An asynchronous read binding that is bound to a single connection.
|
Modifier and Type | Method and Description |
---|---|
AsyncReadBinding |
AsyncReadBinding.retain() |
AsyncReadBinding |
AsyncSingleConnectionReadBinding.retain() |
Copyright © 2016. All Rights Reserved.