Klasse BufferedMorphiumWriterImpl

java.lang.Object
de.caluga.morphium.writer.BufferedMorphiumWriterImpl
Alle implementierten Schnittstellen:
ShutdownListener, MorphiumWriter

public class BufferedMorphiumWriterImpl extends Object implements MorphiumWriter, ShutdownListener
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. After that time the requests are issued en block to mongo. Attention: this is not using BULK-Requests yet!