| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo | |
| de.flapdoodle.embed.mongo.config | |
| de.flapdoodle.embed.mongo.runtime | |
| de.flapdoodle.embed.mongo.tests |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
MongodProcess.getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongodConfig config,
File exe) |
protected MongodExecutable |
MongodStarter.newExecutable(MongodConfig mongodConfig,
de.flapdoodle.embed.process.distribution.Distribution distribution,
de.flapdoodle.embed.process.config.IRuntimeConfig runtime,
File mongodExe) |
protected MongodProcess |
MongodExecutable.start(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongodConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtime) |
| Constructor and Description |
|---|
MongodExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongodConfig mongodConfig,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
File mongodExecutable) |
MongodProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongodConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
MongodExecutable mongodExecutable) |
| Modifier and Type | Method and Description |
|---|---|
static MongodConfig |
MongodConfig.getConfigInstance(de.flapdoodle.embed.process.distribution.IVersion version,
AbstractMongoConfig.Net network) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Mongod.getCommandLine(MongodConfig config,
File mongodExecutable,
File dbDir) |
| Modifier and Type | Method and Description |
|---|---|
protected MongodConfig |
MongodForTestsFactory.newMongodConfig(de.flapdoodle.embed.process.distribution.IVersion version) |
| Constructor and Description |
|---|
MongosSystemForTestFactory(MongosConfig config,
Map<String,List<MongodConfig>> replicaSets,
List<MongodConfig> configServers,
String shardDatabase,
String shardCollection,
String shardKey) |
MongosSystemForTestFactory(MongosConfig config,
Map<String,List<MongodConfig>> replicaSets,
List<MongodConfig> configServers,
String shardDatabase,
String shardCollection,
String shardKey) |
Copyright © 2013. All Rights Reserved.