Class BufferedMorphiumWriterImpl

  • All Implemented Interfaces:
    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!