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