| 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,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
protected MongodExecutable |
MongodStarter.newExecutable(MongodConfig mongodConfig,
de.flapdoodle.embed.process.distribution.Distribution distribution,
de.flapdoodle.embed.process.config.RuntimeConfig runtime,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
protected void |
MongodProcess.onAfterProcessStop(MongodConfig config,
de.flapdoodle.embed.process.config.RuntimeConfig runtimeConfig) |
protected void |
MongodProcess.onBeforeProcessStart(ProcessBuilder processBuilder,
MongodConfig config,
de.flapdoodle.embed.process.config.RuntimeConfig runtimeConfig) |
protected MongodProcess |
MongodExecutable.start(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongodConfig config,
de.flapdoodle.embed.process.config.RuntimeConfig runtime) |
| Constructor and Description |
|---|
MongodExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongodConfig mongodConfig,
de.flapdoodle.embed.process.config.RuntimeConfig runtimeConfig,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
MongodProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongodConfig config,
de.flapdoodle.embed.process.config.RuntimeConfig runtimeConfig,
MongodExecutable mongodExecutable) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMongodConfig
Immutable implementation of
MongodConfig. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMongodConfig |
ImmutableMongodConfig.copyOf(MongodConfig instance)
Creates an immutable copy of a
MongodConfig value. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.from(MongodConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongodConfig instance. |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Mongod.getCommandLine(MongodConfig config,
de.flapdoodle.embed.process.extract.ExtractedFileSet files,
File dbDir) |
| Modifier and Type | Method and Description |
|---|---|
protected MongodConfig |
MongodForTestsFactory.newMongodConfig(IFeatureAwareVersion 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 © 2022. All rights reserved.