| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.args(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
args map. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.auth(boolean auth)
Initializes the value for the
auth attribute. |
static ImmutableMongodArguments.Builder |
ImmutableMongodArguments.builder()
Creates a builder for
ImmutableMongodArguments. |
static ImmutableMongodArguments.Builder |
MongodArguments.builder() |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.enableTextSearch(boolean enableTextSearch)
Initializes the value for the
enableTextSearch attribute. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.from(MongodArguments instance)
Fill a builder with attribute values from the provided
MongodArguments instance. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.isConfigServer(boolean isConfigServer)
Initializes the value for the
isConfigServer attribute. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.isQuiet(boolean isQuiet)
Initializes the value for the
isQuiet attribute. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.isShardServer(boolean isShardServer)
Initializes the value for the
isShardServer attribute. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.isVerbose(boolean isVerbose)
Initializes the value for the
isVerbose attribute. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.master(boolean master)
Initializes the value for the
master attribute. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.params(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
params map. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.putAllArgs(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
args map. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.putAllParams(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
params map. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.putArgs(Map.Entry<String,? extends String> entry)
Put one entry to the
args map. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.putArgs(String key,
String value)
Put one entry to the
args map. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.putParams(Map.Entry<String,? extends String> entry)
Put one entry to the
params map. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.putParams(String key,
String value)
Put one entry to the
params map. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.replication(Optional<? extends Storage> replication)
Initializes the optional value
replication to replication. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.replication(Storage replication)
Initializes the optional value
replication to replication. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.storageEngine(Optional<String> storageEngine)
Initializes the optional value
storageEngine to storageEngine. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.storageEngine(String storageEngine)
Initializes the optional value
storageEngine to storageEngine. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.syncDelay(int syncDelay)
Initializes the value for the
syncDelay attribute. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.useDefaultSyncDelay(boolean useDefaultSyncDelay)
Initializes the value for the
useDefaultSyncDelay attribute. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.useNoJournal(boolean useNoJournal)
Initializes the value for the
useNoJournal attribute. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.useNoPrealloc(boolean useNoPrealloc)
Initializes the value for the
useNoPrealloc attribute. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.useSmallFiles(boolean useSmallFiles)
Initializes the value for the
useSmallFiles attribute. |
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.verbosityLevel(int verbosityLevel)
Initializes the value for the
verbosityLevel attribute. |
Copyright © 2023. All rights reserved.