Class InMemoryMongoServer

java.lang.Object
de.bwaldvogel.mongo.MongoServer
de.bwaldvogel.mongo.InMemoryMongoServer

public class InMemoryMongoServer extends de.bwaldvogel.mongo.MongoServer
  • Constructor Summary

    Constructors
    Constructor
    Description
    creates a mongo server with in-memory backend
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     

    Methods inherited from class de.bwaldvogel.mongo.MongoServer

    bind, bind, bind, bind, bindAndGetConnectionString, closeCursors, enableOplog, enableSsl, getConnectionString, getLocalAddress, shutdown, shutdownNow, stopListening, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • InMemoryMongoServer

      public InMemoryMongoServer()
      creates a mongo server with in-memory backend
  • Method Details

    • main

      public static void main(String[] args)