org.eclipse.emf.cdo.server.mongodb
Class CDOMongoDBUtil

java.lang.Object
  extended by org.eclipse.emf.cdo.server.mongodb.CDOMongoDBUtil

public final class CDOMongoDBUtil
extends Object

Various static methods that may help in setting up and dealing with MongoDB stores.


Method Summary
static IMongoDBStore createStore(String uri, String dbName)
           
static void prepareContainer(IManagedContainer container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

prepareContainer

public static void prepareContainer(IManagedContainer container)

createStore

public static IMongoDBStore createStore(String uri,
                                        String dbName)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.