| 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> |
MongosProcess.getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongosConfig config,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
protected MongosExecutable |
MongosStarter.newExecutable(MongosConfig mongosConfig,
de.flapdoodle.embed.process.distribution.Distribution distribution,
de.flapdoodle.embed.process.config.RuntimeConfig runtime,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
protected MongosProcess |
MongosExecutable.start(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongosConfig config,
de.flapdoodle.embed.process.config.RuntimeConfig runtime) |
| Constructor and Description |
|---|
MongosExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongosConfig mongodConfig,
de.flapdoodle.embed.process.config.RuntimeConfig runtimeConfig,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
MongosProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongosConfig config,
de.flapdoodle.embed.process.config.RuntimeConfig runtimeConfig,
MongosExecutable mongosExecutable) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMongosConfig
Immutable implementation of
MongosConfig. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMongosConfig |
ImmutableMongosConfig.copyOf(MongosConfig instance)
Creates an immutable copy of a
MongosConfig value. |
ImmutableMongosConfig.Builder |
ImmutableMongosConfig.Builder.from(MongosConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongosConfig instance. |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Mongos.getCommandLine(MongosConfig config,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
| Constructor and Description |
|---|
MongosSystemForTestFactory(MongosConfig config,
Map<String,List<MongodConfig>> replicaSets,
List<MongodConfig> configServers,
String shardDatabase,
String shardCollection,
String shardKey) |
Copyright © 2021. All rights reserved.