Class MongoDBConfig


  • public class MongoDBConfig
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MongoDBConfig()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.bson.conversions.Bson getCollectionStorageOptions​(java.util.Map<java.lang.String,​java.lang.String> mongoStorageOptions)
      reads all storage options from map backed by config, and constructs storage options for collection to be created
      • Methods inherited from class java.lang.Object

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

      • MongoDBConfig

        public MongoDBConfig()
    • Method Detail

      • getCollectionStorageOptions

        public static org.bson.conversions.Bson getCollectionStorageOptions​(java.util.Map<java.lang.String,​java.lang.String> mongoStorageOptions)
        reads all storage options from map backed by config, and constructs storage options for collection to be created
        Parameters:
        mongoStorageOptions -
        Returns: