| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongosConfig |
ImmutableMongosConfig.Builder.build()
Builds a new
ImmutableMongosConfig. |
static ImmutableMongosConfig |
ImmutableMongosConfig.copyOf(MongosConfig instance)
Creates an immutable copy of a
MongosConfig value. |
ImmutableMongosConfig |
ImmutableMongosConfig.withArgs(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
args map with the specified map. |
ImmutableMongosConfig |
ImmutableMongosConfig.withCmdOptions(MongoCmdOptions value)
Copy the current immutable object by setting a value for the
cmdOptions attribute. |
ImmutableMongosConfig |
ImmutableMongosConfig.withConfigDB(String value)
Copy the current immutable object by setting a value for the
configDB attribute. |
ImmutableMongosConfig |
ImmutableMongosConfig.withNet(Net value)
Copy the current immutable object by setting a value for the
net attribute. |
ImmutableMongosConfig |
ImmutableMongosConfig.withPassword(String value)
Copy the current immutable object by setting a value for the
password attribute. |
ImmutableMongosConfig |
ImmutableMongosConfig.withPidFile(String value)
Copy the current immutable object by setting a value for the
pidFile attribute. |
ImmutableMongosConfig |
ImmutableMongosConfig.withReplicaSet(String value)
Copy the current immutable object by setting a value for the
replicaSet attribute. |
ImmutableMongosConfig |
ImmutableMongosConfig.withStopTimeoutInMillis(long value)
Copy the current immutable object by setting a present value for the optional
stopTimeoutInMillis attribute. |
ImmutableMongosConfig |
ImmutableMongosConfig.withStopTimeoutInMillis(OptionalLong optional)
Copy the current immutable object by setting an optional value for the
stopTimeoutInMillis attribute. |
ImmutableMongosConfig |
ImmutableMongosConfig.withSupportConfig(de.flapdoodle.embed.process.config.SupportConfig value)
Copy the current immutable object by setting a value for the
supportConfig attribute. |
ImmutableMongosConfig |
ImmutableMongosConfig.withTimeout(Timeout value)
Copy the current immutable object by setting a value for the
timeout attribute. |
ImmutableMongosConfig |
ImmutableMongosConfig.withUserName(String value)
Copy the current immutable object by setting a value for the
userName attribute. |
ImmutableMongosConfig |
ImmutableMongosConfig.withVersion(IFeatureAwareVersion value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2021. All rights reserved.