| Package | Description |
|---|---|
| de.caluga.morphium | |
| de.caluga.morphium.cache | |
| de.caluga.morphium.changestream | |
| de.caluga.morphium.messaging | |
| de.caluga.morphium.replicaset | |
| de.caluga.morphium.writer |
| Modifier and Type | Method and Description |
|---|---|
void |
Morphium.addShutdownListener(ShutdownListener l) |
void |
Morphium.removeShutdownListener(ShutdownListener l) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheHousekeeper |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeStreamMonitor
Created by stephan on 15.11.16.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Messaging
User: Stephan Bösebeck
Date: 26.05.12
Time: 15:48
Messaging implements a simple, threadsafe and messaging api.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OplogMonitor
Created by stephan on 15.11.16.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncWriterImpl
User: Stephan Bösebeck
Date: 19.03.13
Time: 12:36
TODO: Add documentation here
|
class |
BufferedMorphiumWriterImpl
User: Stephan Bösebeck
Date: 11.03.13
Time: 11:41
Buffered Writer buffers all write requests (store, update, remove...) to mongo for a certain time.
|
class |
MorphiumWriterImpl
User: Stephan Bösebeck
Date: 30.08.12
Time: 14:38
default writer implementation - uses a ThreadPoolExecutor for execution of asynchornous calls
maximum Threads are limited to 0.9* MaxConnections configured in MorphiumConfig
|
Copyright © 2019. All rights reserved.