| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMongoCmdOptions
Immutable implementation of
MongoCmdOptions. |
| Modifier and Type | Method and Description |
|---|---|
MongoCmdOptions |
ImmutableMongosConfig.cmdOptions() |
MongoCmdOptions |
ImmutableMongoImportConfig.cmdOptions() |
MongoCmdOptions |
ImmutableMongodConfig.cmdOptions() |
MongoCmdOptions |
ImmutableMongoDumpConfig.cmdOptions() |
MongoCmdOptions |
ImmutableMongoShellConfig.cmdOptions() |
MongoCmdOptions |
ImmutableMongoRestoreConfig.cmdOptions() |
default MongoCmdOptions |
MongoCommonConfig.cmdOptions() |
static MongoCmdOptions |
MongoCmdOptions.defaults() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongosConfig.Builder |
ImmutableMongosConfig.Builder.cmdOptions(MongoCmdOptions cmdOptions)
Initializes the value for the
cmdOptions attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.cmdOptions(MongoCmdOptions cmdOptions)
Initializes the value for the
cmdOptions attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.cmdOptions(MongoCmdOptions cmdOptions)
Initializes the value for the
cmdOptions attribute. |
ImmutableMongoDumpConfig.Builder |
ImmutableMongoDumpConfig.Builder.cmdOptions(MongoCmdOptions cmdOptions)
Initializes the value for the
cmdOptions attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.cmdOptions(MongoCmdOptions cmdOptions)
Initializes the value for the
cmdOptions attribute. |
ImmutableMongoRestoreConfig.Builder |
ImmutableMongoRestoreConfig.Builder.cmdOptions(MongoCmdOptions cmdOptions)
Initializes the value for the
cmdOptions attribute. |
static ImmutableMongoCmdOptions |
ImmutableMongoCmdOptions.copyOf(MongoCmdOptions instance)
Creates an immutable copy of a
MongoCmdOptions value. |
ImmutableMongoCmdOptions.Builder |
ImmutableMongoCmdOptions.Builder.from(MongoCmdOptions instance)
Fill a builder with attribute values from the provided
MongoCmdOptions instance. |
ImmutableMongosConfig |
ImmutableMongosConfig.withCmdOptions(MongoCmdOptions value)
Copy the current immutable object by setting a value for the
cmdOptions attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withCmdOptions(MongoCmdOptions value)
Copy the current immutable object by setting a value for the
cmdOptions attribute. |
ImmutableMongodConfig |
ImmutableMongodConfig.withCmdOptions(MongoCmdOptions value)
Copy the current immutable object by setting a value for the
cmdOptions attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withCmdOptions(MongoCmdOptions value)
Copy the current immutable object by setting a value for the
cmdOptions attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withCmdOptions(MongoCmdOptions value)
Copy the current immutable object by setting a value for the
cmdOptions attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withCmdOptions(MongoCmdOptions value)
Copy the current immutable object by setting a value for the
cmdOptions attribute. |
Copyright © 2022. All rights reserved.