Class InMemoryMongoServer


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

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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class de.bwaldvogel.mongo.MongoServer

        bind, bind, bind, bind, closeCursors, enableOplog, enableSsl, getLocalAddress, shutdown, shutdownNow, stopListening, toString
      • Methods inherited from class java.lang.Object

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

      • InMemoryMongoServer

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

      • main

        public static void main​(java.lang.String[] args)