| Package | Description |
|---|---|
| de.caluga.morphium | |
| de.caluga.morphium.writer |
| Modifier and Type | Method and Description |
|---|---|
MorphiumWriter |
MorphiumConfig.getAsyncWriter() |
MorphiumWriter |
MorphiumConfig.getBufferedWriter() |
MorphiumWriter |
MorphiumConfig.getWriter() |
MorphiumWriter |
Morphium.getWriterForClass(Class<?> cls) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
Morphium.ensureIndicesFor(Class<T> type,
String onCollection,
AsyncOperationCallback<T> callback,
MorphiumWriter wr) |
MorphiumConfig |
MorphiumConfig.setAsyncWriter(MorphiumWriter asyncWriter) |
MorphiumConfig |
MorphiumConfig.setBufferedWriter(MorphiumWriter bufferedWriter) |
MorphiumConfig |
MorphiumConfig.setWriter(MorphiumWriter writer) |
| 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 © 2022. All rights reserved.