| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.args(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
args map. |
static ImmutableMongodConfig.Builder |
ImmutableMongodConfig.builder()
Creates a builder for
ImmutableMongodConfig. |
static ImmutableMongodConfig.Builder |
MongodConfig.builder() |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.cmdOptions(MongoCmdOptions cmdOptions)
Initializes the value for the
cmdOptions attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.from(de.flapdoodle.embed.process.config.ExecutableProcessConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.process.config.ExecutableProcessConfig instance. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.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(MongodConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongodConfig instance. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.isConfigServer(boolean isConfigServer)
Initializes the value for the
isConfigServer attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.isShardServer(boolean isShardServer)
Initializes the value for the
isShardServer attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.net(Net net)
Initializes the value for the
net attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.params(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
params map. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.password(String password)
Initializes the value for the
password attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.pidFile(String pidFile)
Initializes the value for the
pidFile attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.processListener(IMongoProcessListener processListener)
Initializes the value for the
processListener attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.putAllArgs(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
args map. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.putAllParams(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
params map. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.putArgs(Map.Entry<String,? extends String> entry)
Put one entry to the
args map. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.putArgs(String key,
String value)
Put one entry to the
args map. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.putParams(Map.Entry<String,? extends String> entry)
Put one entry to the
params map. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.putParams(String key,
String value)
Put one entry to the
params map. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.replication(Storage replication)
Initializes the value for the
replication attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.stopTimeoutInMillis(long stopTimeoutInMillis)
Initializes the optional value
stopTimeoutInMillis to stopTimeoutInMillis. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.stopTimeoutInMillis(OptionalLong stopTimeoutInMillis)
Initializes the optional value
stopTimeoutInMillis to stopTimeoutInMillis. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.supportConfig(de.flapdoodle.embed.process.config.SupportConfig supportConfig)
Initializes the value for the
supportConfig attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.timeout(Timeout timeout)
Initializes the value for the
timeout attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.userName(String userName)
Initializes the value for the
userName attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.version(IFeatureAwareVersion version)
Initializes the value for the
version attribute. |
Copyright © 2022. All rights reserved.