Class MongoDBSymbols

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONNECTIONS_PER_HOSTS
      The maximum number of connections allowed per host for this Mongo instance.
      static java.lang.String CONSISTENT_REQUEST
      Where to use or not the consisten request paradigm.
      static java.lang.String DB_PASSWORD
      Password to use to connect Mongo DB.
      static java.lang.String DB_USERNAME
      Username to use to connect Mongo DB.
      static java.lang.String DEFAULT_DB_NAME
      The MongoDB default database name to connect to.
      static java.lang.String READ_PREFERENCE
      The ReadPreference to use.
      static java.lang.String SECURE_MODE
      true if you need to connect to Mongo DB in secure mode, false otherwise.
      static java.lang.String WRITE_CONCERN
      The WriteConcern to use.
    • Constructor Summary

      Constructors 
      Constructor Description
      MongoDBSymbols()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait