Uses of Class
de.flapdoodle.embed.mongo.config.MongosConfig

Packages that use MongosConfig
de.flapdoodle.embed.mongo   
de.flapdoodle.embed.mongo.runtime   
de.flapdoodle.embed.mongo.tests   
 

Uses of MongosConfig in de.flapdoodle.embed.mongo
 

Methods in de.flapdoodle.embed.mongo with parameters of type MongosConfig
protected  List<String> MongosProcess.getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution, MongosConfig config, File exe)
           
protected  MongosExecutable MongosStarter.newExecutable(MongosConfig mongosConfig, de.flapdoodle.embed.process.distribution.Distribution distribution, de.flapdoodle.embed.process.config.IRuntimeConfig runtime, File mongodExe)
           
protected  MongosProcess MongosExecutable.start(de.flapdoodle.embed.process.distribution.Distribution distribution, MongosConfig config, de.flapdoodle.embed.process.config.IRuntimeConfig runtime)
           
 

Constructors in de.flapdoodle.embed.mongo with parameters of type MongosConfig
MongosExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution, MongosConfig mongodConfig, de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig, File mongodExecutable)
           
MongosProcess(de.flapdoodle.embed.process.distribution.Distribution distribution, MongosConfig config, de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig, MongosExecutable mongosExecutable)
           
 

Uses of MongosConfig in de.flapdoodle.embed.mongo.runtime
 

Methods in de.flapdoodle.embed.mongo.runtime with parameters of type MongosConfig
static List<String> Mongos.getCommandLine(MongosConfig config, File mongosExecutable)
           
 

Uses of MongosConfig in de.flapdoodle.embed.mongo.tests
 

Constructors in de.flapdoodle.embed.mongo.tests with parameters of type MongosConfig
MongosSystemForTestFactory(MongosConfig config, Map<String,List<MongodConfig>> replicaSets, List<MongodConfig> configServers, String shardDatabase, String shardCollection, String shardKey)
           
 



Copyright © 2012. All Rights Reserved.