| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.archive(Optional<String> archive)
Initializes the optional value
archive to archive. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.archive(String archive)
Initializes the optional value
archive to archive. |
static ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.builder()
Creates a builder for
ImmutableMongoDumpArguments. |
static ImmutableMongoDumpArguments.Builder |
MongoDumpArguments.builder() |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.collectionName(Optional<String> collectionName)
Initializes the optional value
collectionName to collectionName. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.collectionName(String collectionName)
Initializes the optional value
collectionName to collectionName. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.databaseName(Optional<String> databaseName)
Initializes the optional value
databaseName to databaseName. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.databaseName(String databaseName)
Initializes the optional value
databaseName to databaseName. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.dir(Optional<String> dir)
Initializes the optional value
dir to dir. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.dir(String dir)
Initializes the optional value
dir to dir. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.dumpDbUsersAndRoles(boolean dumpDbUsersAndRoles)
Initializes the value for the
dumpDbUsersAndRoles attribute. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.excludeCollection(Optional<String> excludeCollection)
Initializes the optional value
excludeCollection to excludeCollection. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.excludeCollection(String excludeCollection)
Initializes the optional value
excludeCollection to excludeCollection. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.excludeCollectionWithPrefix(Optional<String> excludeCollectionWithPrefix)
Initializes the optional value
excludeCollectionWithPrefix to excludeCollectionWithPrefix. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.excludeCollectionWithPrefix(String excludeCollectionWithPrefix)
Initializes the optional value
excludeCollectionWithPrefix to excludeCollectionWithPrefix. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.forceTableScan(boolean forceTableScan)
Initializes the value for the
forceTableScan attribute. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.from(MongoDumpArguments instance)
Fill a builder with attribute values from the provided
MongoDumpArguments instance. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.gzip(boolean gzip)
Initializes the value for the
gzip attribute. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.isOplog(boolean isOplog)
Initializes the value for the
isOplog attribute. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.numberOfParallelCollections(int numberOfParallelCollections)
Initializes the optional value
numberOfParallelCollections to numberOfParallelCollections. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.numberOfParallelCollections(OptionalInt numberOfParallelCollections)
Initializes the optional value
numberOfParallelCollections to numberOfParallelCollections. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.query(Optional<String> query)
Initializes the optional value
query to query. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.query(String query)
Initializes the optional value
query to query. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.queryFile(Optional<String> queryFile)
Initializes the optional value
queryFile to queryFile. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.queryFile(String queryFile)
Initializes the optional value
queryFile to queryFile. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.readPreference(Optional<String> readPreference)
Initializes the optional value
readPreference to readPreference. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.readPreference(String readPreference)
Initializes the optional value
readPreference to readPreference. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.repair(boolean repair)
Initializes the value for the
repair attribute. |
ImmutableMongoDumpArguments.Builder |
ImmutableMongoDumpArguments.Builder.verbose(boolean verbose)
Initializes the value for the
verbose attribute. |
Copyright © 2023. All rights reserved.