| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongodArguments |
ImmutableMongodArguments.Builder.build()
Builds a new
ImmutableMongodArguments. |
static ImmutableMongodArguments |
ImmutableMongodArguments.copyOf(MongodArguments instance)
Creates an immutable copy of a
MongodArguments value. |
static ImmutableMongodArguments |
MongodArguments.defaults() |
ImmutableMongodArguments |
ImmutableMongodArguments.withArgs(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
args map with the specified map. |
ImmutableMongodArguments |
ImmutableMongodArguments.withAuth(boolean value)
Copy the current immutable object by setting a value for the
auth attribute. |
ImmutableMongodArguments |
ImmutableMongodArguments.withEnableTextSearch(boolean value)
Copy the current immutable object by setting a value for the
enableTextSearch attribute. |
ImmutableMongodArguments |
ImmutableMongodArguments.withIsConfigServer(boolean value)
Copy the current immutable object by setting a value for the
isConfigServer attribute. |
ImmutableMongodArguments |
ImmutableMongodArguments.withIsShardServer(boolean value)
Copy the current immutable object by setting a value for the
isShardServer attribute. |
ImmutableMongodArguments |
ImmutableMongodArguments.withIsVerbose(boolean value)
Copy the current immutable object by setting a value for the
isVerbose attribute. |
ImmutableMongodArguments |
ImmutableMongodArguments.withMaster(boolean value)
Copy the current immutable object by setting a value for the
master attribute. |
ImmutableMongodArguments |
ImmutableMongodArguments.withParams(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
params map with the specified map. |
ImmutableMongodArguments |
ImmutableMongodArguments.withReplication(Optional<? extends Storage> optional)
Copy the current immutable object by setting an optional value for the
replication attribute. |
ImmutableMongodArguments |
ImmutableMongodArguments.withReplication(Storage value)
Copy the current immutable object by setting a present value for the optional
replication attribute. |
ImmutableMongodArguments |
ImmutableMongodArguments.withStorageEngine(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
storageEngine attribute. |
ImmutableMongodArguments |
ImmutableMongodArguments.withStorageEngine(String value)
Copy the current immutable object by setting a present value for the optional
storageEngine attribute. |
ImmutableMongodArguments |
ImmutableMongodArguments.withSyncDelay(int value)
Copy the current immutable object by setting a value for the
syncDelay attribute. |
ImmutableMongodArguments |
ImmutableMongodArguments.withUseDefaultSyncDelay(boolean value)
Copy the current immutable object by setting a value for the
useDefaultSyncDelay attribute. |
ImmutableMongodArguments |
ImmutableMongodArguments.withUseNoJournal(boolean value)
Copy the current immutable object by setting a value for the
useNoJournal attribute. |
ImmutableMongodArguments |
ImmutableMongodArguments.withUseNoPrealloc(boolean value)
Copy the current immutable object by setting a value for the
useNoPrealloc attribute. |
ImmutableMongodArguments |
ImmutableMongodArguments.withUseSmallFiles(boolean value)
Copy the current immutable object by setting a value for the
useSmallFiles attribute. |
Copyright © 2022. All rights reserved.