Package | Description |
---|---|
com.mongodb.binding |
This package contains classes that manage binding to MongoDB servers for various operations.
|
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.
|
private class |
AsyncClusterBinding.AsyncClusterBindingConnectionSource |
class |
AsyncSingleConnectionReadBinding
An asynchronous read binding that is bound to a single connection.
|
private class |
AsyncSingleConnectionReadBinding.AsyncSingleConnectionSource |
class |
ClusterBinding
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.
|
private class |
ClusterBinding.ClusterBindingConnectionSource |
class |
SingleConnectionReadBinding
A read binding that is bound to a single connection.
|
private class |
SingleConnectionReadBinding.SingleConnectionSource |
class |
SingleServerBinding
A simple binding where all connection sources are bound to the server specified in the constructor.
|
private class |
SingleServerBinding.SingleServerBindingConnectionSource |