| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.Builder.build()
Builds a new
ImmutableMongoDumpArguments. |
static ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.copyOf(MongoDumpArguments instance)
Creates an immutable copy of a
MongoDumpArguments value. |
static ImmutableMongoDumpArguments |
MongoDumpArguments.defaults() |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withArchive(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
archive attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withArchive(String value)
Copy the current immutable object by setting a present value for the optional
archive attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withCollectionName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
collectionName attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withCollectionName(String value)
Copy the current immutable object by setting a present value for the optional
collectionName attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withDatabaseName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
databaseName attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withDatabaseName(String value)
Copy the current immutable object by setting a present value for the optional
databaseName attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withDir(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
dir attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withDir(String value)
Copy the current immutable object by setting a present value for the optional
dir attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withDumpDbUsersAndRoles(boolean value)
Copy the current immutable object by setting a value for the
dumpDbUsersAndRoles attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withExcludeCollection(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
excludeCollection attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withExcludeCollection(String value)
Copy the current immutable object by setting a present value for the optional
excludeCollection attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withExcludeCollectionWithPrefix(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
excludeCollectionWithPrefix attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withExcludeCollectionWithPrefix(String value)
Copy the current immutable object by setting a present value for the optional
excludeCollectionWithPrefix attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withForceTableScan(boolean value)
Copy the current immutable object by setting a value for the
forceTableScan attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withGzip(boolean value)
Copy the current immutable object by setting a value for the
gzip attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withIsOplog(boolean value)
Copy the current immutable object by setting a value for the
isOplog attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withNumberOfParallelCollections(int value)
Copy the current immutable object by setting a present value for the optional
numberOfParallelCollections attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withNumberOfParallelCollections(OptionalInt optional)
Copy the current immutable object by setting an optional value for the
numberOfParallelCollections attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withQuery(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
query attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withQuery(String value)
Copy the current immutable object by setting a present value for the optional
query attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withQueryFile(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
queryFile attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withQueryFile(String value)
Copy the current immutable object by setting a present value for the optional
queryFile attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withReadPreference(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
readPreference attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withReadPreference(String value)
Copy the current immutable object by setting a present value for the optional
readPreference attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withRepair(boolean value)
Copy the current immutable object by setting a value for the
repair attribute. |
ImmutableMongoDumpArguments |
ImmutableMongoDumpArguments.withVerbose(boolean value)
Copy the current immutable object by setting a value for the
verbose attribute. |
Copyright © 2023. All rights reserved.