| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config | |
| de.flapdoodle.embed.mongo.runtime |
| Modifier and Type | Method and Description |
|---|---|
static Net |
Net.defaults() |
Net |
ImmutableMongosConfig.net() |
Net |
ImmutableMongoImportConfig.net() |
Net |
ImmutableMongodConfig.net() |
Net |
ImmutableMongoDumpConfig.net() |
Net |
ImmutableMongoShellConfig.net() |
Net |
ImmutableMongoRestoreConfig.net() |
default Net |
MongoCommonConfig.net() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongosConfig.Builder |
ImmutableMongosConfig.Builder.net(Net net)
Initializes the value for the
net attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.net(Net net)
Initializes the value for the
net attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.net(Net net)
Initializes the value for the
net attribute. |
ImmutableMongoDumpConfig.Builder |
ImmutableMongoDumpConfig.Builder.net(Net net)
Initializes the value for the
net attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.net(Net net)
Initializes the value for the
net attribute. |
ImmutableMongoRestoreConfig.Builder |
ImmutableMongoRestoreConfig.Builder.net(Net net)
Initializes the value for the
net attribute. |
ImmutableMongosConfig |
ImmutableMongosConfig.withNet(Net value)
Copy the current immutable object by setting a value for the
net attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withNet(Net value)
Copy the current immutable object by setting a value for the
net attribute. |
ImmutableMongodConfig |
ImmutableMongodConfig.withNet(Net value)
Copy the current immutable object by setting a value for the
net attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withNet(Net value)
Copy the current immutable object by setting a value for the
net attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withNet(Net value)
Copy the current immutable object by setting a value for the
net attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withNet(Net value)
Copy the current immutable object by setting a value for the
net attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
MongoDump.applyNet(Net net,
List<String> ret) |
protected static void |
MongoRestore.applyNet(Net net,
List<String> ret) |
Copyright © 2022. All rights reserved.