| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.Builder.build()
Builds a new
ImmutableMongoDumpConfig. |
static ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.copyOf(MongoDumpConfig instance)
Creates an immutable copy of a
MongoDumpConfig value. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withArchive(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
archive attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withArchive(String value)
Copy the current immutable object by setting a present value for the optional
archive attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withCmdOptions(MongoCmdOptions value)
Copy the current immutable object by setting a value for the
cmdOptions attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withCollectionName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
collectionName attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withCollectionName(String value)
Copy the current immutable object by setting a present value for the optional
collectionName attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withDatabaseName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
databaseName attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withDatabaseName(String value)
Copy the current immutable object by setting a present value for the optional
databaseName attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withExcludeCollection(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
excludeCollection attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withExcludeCollection(String value)
Copy the current immutable object by setting a present value for the optional
excludeCollection attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withExcludeCollectionWithPrefix(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
excludeCollectionWithPrefix attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withExcludeCollectionWithPrefix(String value)
Copy the current immutable object by setting a present value for the optional
excludeCollectionWithPrefix attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withIsDumpDbUsersAndRoles(boolean value)
Copy the current immutable object by setting a value for the
isDumpDbUsersAndRoles attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withIsForceTableScan(boolean value)
Copy the current immutable object by setting a value for the
isForceTableScan attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withIsGzip(boolean value)
Copy the current immutable object by setting a value for the
isGzip attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withIsOplog(boolean value)
Copy the current immutable object by setting a value for the
isOplog attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withIsRepair(boolean value)
Copy the current immutable object by setting a value for the
isRepair attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withIsVerbose(boolean value)
Copy the current immutable object by setting a value for the
isVerbose attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withNet(Net value)
Copy the current immutable object by setting a value for the
net attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withNumberOfParallelCollections(int value)
Copy the current immutable object by setting a present value for the optional
numberOfParallelCollections attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withNumberOfParallelCollections(OptionalInt optional)
Copy the current immutable object by setting an optional value for the
numberOfParallelCollections attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withOut(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
out attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withOut(String value)
Copy the current immutable object by setting a present value for the optional
out attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withPassword(String value)
Copy the current immutable object by setting a value for the
password attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withPidFile(String value)
Copy the current immutable object by setting a value for the
pidFile attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withQuery(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
query attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withQuery(String value)
Copy the current immutable object by setting a present value for the optional
query attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withQueryFile(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
queryFile attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withQueryFile(String value)
Copy the current immutable object by setting a present value for the optional
queryFile attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withReadPreference(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
readPreference attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withReadPreference(String value)
Copy the current immutable object by setting a present value for the optional
readPreference attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withStopTimeoutInMillis(long value)
Copy the current immutable object by setting a present value for the optional
stopTimeoutInMillis attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withStopTimeoutInMillis(OptionalLong optional)
Copy the current immutable object by setting an optional value for the
stopTimeoutInMillis attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withSupportConfig(de.flapdoodle.embed.process.config.SupportConfig value)
Copy the current immutable object by setting a value for the
supportConfig attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withTimeout(Timeout value)
Copy the current immutable object by setting a value for the
timeout attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withUserName(String value)
Copy the current immutable object by setting a value for the
userName attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withVersion(IFeatureAwareVersion value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2021. All rights reserved.