| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo | |
| de.flapdoodle.embed.mongo.config | |
| de.flapdoodle.embed.mongo.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMongoProcess<T extends MongoCommonConfig,E extends de.flapdoodle.embed.process.runtime.Executable<T,P>,P extends de.flapdoodle.embed.process.runtime.IStopable> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MongodConfig |
interface |
MongoDumpConfig |
interface |
MongoImportConfig
Created by canyaman can@yaman.me on 10/04/14.
|
interface |
MongoRestoreConfig |
interface |
MongosConfig |
interface |
MongoShellConfig |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMongodConfig
Immutable implementation of
MongodConfig. |
class |
ImmutableMongoDumpConfig
Immutable implementation of
MongoDumpConfig. |
class |
ImmutableMongoImportConfig
Immutable implementation of
MongoImportConfig. |
class |
ImmutableMongoRestoreConfig
Immutable implementation of
MongoRestoreConfig. |
class |
ImmutableMongosConfig
Immutable implementation of
MongosConfig. |
class |
ImmutableMongoShellConfig
Immutable implementation of
MongoShellConfig. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongosConfig.Builder |
ImmutableMongosConfig.Builder.from(MongoCommonConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongoCommonConfig instance. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.from(MongoCommonConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongoCommonConfig instance. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.from(MongoCommonConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongoCommonConfig instance. |
ImmutableMongoDumpConfig.Builder |
ImmutableMongoDumpConfig.Builder.from(MongoCommonConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongoCommonConfig instance. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.from(MongoCommonConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongoCommonConfig instance. |
ImmutableMongoRestoreConfig.Builder |
ImmutableMongoRestoreConfig.Builder.from(MongoCommonConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongoCommonConfig instance. |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends MongoCommonConfig> |
AbstractMongo.applyDefaultOptions(T config,
List<String> ret) |
protected static <T extends MongoCommonConfig> |
AbstractMongo.applyNet(T config,
List<String> ret) |
Copyright © 2022. All rights reserved.