Class MongoDBSymbols

    • Field Summary

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

      Constructors 
      Constructor Description
      MongoDBSymbols()  
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , ,