| 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,
IMongodConfig config,
de.flapdoodle.embed.process.extract.IExtractedFileSet files) |
protected MongodExecutable |
MongodStarter.newExecutable(IMongodConfig mongodConfig,
de.flapdoodle.embed.process.distribution.Distribution distribution,
de.flapdoodle.embed.process.config.IRuntimeConfig runtime,
de.flapdoodle.embed.process.extract.IExtractedFileSet files) |
protected void |
MongodProcess.onAfterProcessStop(IMongodConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig) |
protected void |
MongodProcess.onBeforeProcessStart(ProcessBuilder processBuilder,
IMongodConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig) |
protected MongodProcess |
MongodExecutable.start(de.flapdoodle.embed.process.distribution.Distribution distribution,
IMongodConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtime) |
| Constructor and Description |
|---|
MongodExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution,
IMongodConfig mongodConfig,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
de.flapdoodle.embed.process.extract.IExtractedFileSet files) |
MongodProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
IMongodConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
MongodExecutable mongodExecutable) |
| Modifier and Type | Method and Description |
|---|---|
IMongodConfig |
MongodConfigBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Mongod.getCommandLine(IMongodConfig config,
de.flapdoodle.embed.process.extract.IExtractedFileSet files,
File dbDir) |
| Modifier and Type | Method and Description |
|---|---|
protected IMongodConfig |
MongodForTestsFactory.newMongodConfig(IFeatureAwareVersion version) |
| Constructor and Description |
|---|
MongosSystemForTestFactory(IMongosConfig config,
Map<String,List<IMongodConfig>> replicaSets,
List<IMongodConfig> configServers,
String shardDatabase,
String shardCollection,
String shardKey) |
MongosSystemForTestFactory(IMongosConfig config,
Map<String,List<IMongodConfig>> replicaSets,
List<IMongodConfig> configServers,
String shardDatabase,
String shardCollection,
String shardKey) |
Copyright © 2013. All Rights Reserved.