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