Class MongoDBConfig
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.mongo.MongoDBConfig
-
public class MongoDBConfig extends 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(Map<String,String> mongoStorageOptions)
reads all storage options from map backed by config, and constructs storage options for collection to be created
-