| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| org.bson.util |
Misc utils used by BSON.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
MongoCredentialsStore
An effectively immutable store of credentials to mongo servers.
|
(package private) interface |
Server
A logical connection to a MongoDB server.
|
(package private) class |
ServerMonitor |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractCopyOnWriteMap<K,V,M extends java.util.Map<K,V>>
Abstract base class for COW
Map implementations that delegate to an
internal map. |
(package private) class |
CopyOnWriteMap<K,V>
A thread-safe variant of
Map in which all mutative operations (the "destructive" operations described by Map put, remove and so on) are implemented by making a fresh copy of the underlying map. |