| Interface | Description |
|---|---|
| DriverTailableIterationCallback |
Created by stephan on 29.07.16.
|
| MorphiumDriver |
Morphium driver interface
All drivers need to implement this interface. you can add your own drivers to morphium.
|
| MorphiumDriverOperation |
Created by stephan on 09.11.15.
|
| Class | Description |
|---|---|
| MorphiumCollection |
Created by stephan on 15.10.15.
|
| MorphiumCursor<T> |
Morphiums representation of the mongodb Cursor.
|
| MorphiumId |
Morphium representation of an ID. similar to BSON ID
|
| MorphiumTransactionContext |
User: Stephan Bösebeck
Date: 03.07.18
Time: 22:03
TODO: Add documentation here
|
| ReadPreference |
Read preference defines which node will be used for processing a query.
|
| WriteConcern |
define how secure the write should be. most important the w value which states the number of nodes written to:
0: no error handling
1: master only
>1: number of nodes
-1: all available replicase nodes
-2: majority
|
| Enum | Description |
|---|---|
| ReadPreferenceType |
Created by stephan on 05.11.15.
|
| Exception | Description |
|---|---|
| FunctionNotSupportedException |
Created by stephan on 28.07.16.
|
| MorphiumDriverException |
error during accessing the database through the driver
|
| MorphiumDriverNetworkException |
network related issues when accessing the database
|
Copyright © 2019. All rights reserved.