| Package | Description |
|---|---|
| com.mongodb.async.client |
This packages contains classes for the new async client
|
| com.mongodb.binding |
This package contains classes that manage binding to MongoDB servers for various operations.
|
| Modifier and Type | Method and Description |
|---|---|
private static AsyncReadWriteBinding |
MongoClientImpl.getReadWriteBinding(ReadPreference readPreference,
Cluster cluster) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncReadWriteBinding |
AsyncClusterBinding.retain() |
AsyncReadWriteBinding |
AsyncReadWriteBinding.retain() |