| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoCmdOptions |
ImmutableMongoCmdOptions.Builder.build()
Builds a new
ImmutableMongoCmdOptions. |
static ImmutableMongoCmdOptions |
ImmutableMongoCmdOptions.copyOf(MongoCmdOptions instance)
Creates an immutable copy of a
MongoCmdOptions value. |
ImmutableMongoCmdOptions |
ImmutableMongoCmdOptions.withAuth(boolean value)
Copy the current immutable object by setting a value for the
auth attribute. |
ImmutableMongoCmdOptions |
ImmutableMongoCmdOptions.withEnableTextSearch(boolean value)
Copy the current immutable object by setting a value for the
enableTextSearch attribute. |
ImmutableMongoCmdOptions |
ImmutableMongoCmdOptions.withIsVerbose(boolean value)
Copy the current immutable object by setting a value for the
isVerbose attribute. |
ImmutableMongoCmdOptions |
ImmutableMongoCmdOptions.withMaster(boolean value)
Copy the current immutable object by setting a value for the
master attribute. |
ImmutableMongoCmdOptions |
ImmutableMongoCmdOptions.withStorageEngine(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
storageEngine attribute. |
ImmutableMongoCmdOptions |
ImmutableMongoCmdOptions.withStorageEngine(String value)
Copy the current immutable object by setting a present value for the optional
storageEngine attribute. |
ImmutableMongoCmdOptions |
ImmutableMongoCmdOptions.withSyncDelay(int value)
Copy the current immutable object by setting a value for the
syncDelay attribute. |
ImmutableMongoCmdOptions |
ImmutableMongoCmdOptions.withUseDefaultSyncDelay(boolean value)
Copy the current immutable object by setting a value for the
useDefaultSyncDelay attribute. |
ImmutableMongoCmdOptions |
ImmutableMongoCmdOptions.withUseNoJournal(boolean value)
Copy the current immutable object by setting a value for the
useNoJournal attribute. |
ImmutableMongoCmdOptions |
ImmutableMongoCmdOptions.withUseNoPrealloc(boolean value)
Copy the current immutable object by setting a value for the
useNoPrealloc attribute. |
ImmutableMongoCmdOptions |
ImmutableMongoCmdOptions.withUseSmallFiles(boolean value)
Copy the current immutable object by setting a value for the
useSmallFiles attribute. |
Copyright © 2022. All rights reserved.