de.flapdoodle.embed.mongo.config
Class MongosConfig

java.lang.Object
  extended by de.flapdoodle.embed.process.config.ExecutableProcessConfig
      extended by de.flapdoodle.embed.mongo.config.AbstractMongoConfig
          extended by de.flapdoodle.embed.mongo.config.MongosConfig

public class MongosConfig
extends AbstractMongoConfig


Nested Class Summary
 
Nested classes/interfaces inherited from class de.flapdoodle.embed.mongo.config.AbstractMongoConfig
AbstractMongoConfig.Net, AbstractMongoConfig.Storage, AbstractMongoConfig.Timeout
 
Field Summary
 
Fields inherited from class de.flapdoodle.embed.mongo.config.AbstractMongoConfig
network, timeout
 
Fields inherited from class de.flapdoodle.embed.process.config.ExecutableProcessConfig
version
 
Constructor Summary
MongosConfig(de.flapdoodle.embed.process.distribution.IVersion version, AbstractMongoConfig.Net network, AbstractMongoConfig.Timeout timeout, String configDB)
           
MongosConfig(de.flapdoodle.embed.process.distribution.IVersion version, String configDB)
           
 
Method Summary
 String getConfigDB()
           
 
Methods inherited from class de.flapdoodle.embed.mongo.config.AbstractMongoConfig
net, timeout
 
Methods inherited from class de.flapdoodle.embed.process.config.ExecutableProcessConfig
getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MongosConfig

public MongosConfig(de.flapdoodle.embed.process.distribution.IVersion version,
                    String configDB)
             throws UnknownHostException,
                    IOException
Throws:
UnknownHostException
IOException

MongosConfig

public MongosConfig(de.flapdoodle.embed.process.distribution.IVersion version,
                    AbstractMongoConfig.Net network,
                    AbstractMongoConfig.Timeout timeout,
                    String configDB)
Method Detail

getConfigDB

public String getConfigDB()


Copyright © 2012. All Rights Reserved.