| Package | Description |
|---|---|
| de.caluga.morphium | |
| de.caluga.morphium.driver.inmem | |
| de.caluga.morphium.driver.meta | |
| de.caluga.morphium.driver.mongodb | |
| de.caluga.morphium.driver.singleconnect |
| Modifier and Type | Method and Description |
|---|---|
MorphiumDriver |
Morphium.getDriver() |
| Modifier and Type | Method and Description |
|---|---|
void |
Morphium.setDriver(MorphiumDriver drv) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryDriver
User: Stephan Bösebeck
Date: 28.11.15
Time: 23:25
InMemory implementation of the MorphiumDriver interface. can be used for testing or caching.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetaDriver
User: Stephan Bösebeck
Date: 02.12.15
Time: 23:56
Meta Driver.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Driver |
| Modifier and Type | Class and Description |
|---|---|
class |
DriverBase
User: Stephan Bösebeck
Date: 03.12.15
Time: 22:36
Base for custom drivers
|
class |
SingleConnectDirectDriver
User: Stephan Bösebeck
Date: 02.12.15
Time: 23:47
connects to one node only!
|
class |
SingleConnectThreaddedDriver
connects to one node only, creates a thread for reading data from mongo.
|
Copyright © 2016. All rights reserved.