| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.Builder.build()
Builds a new
ImmutableMongoRestoreConfig. |
static ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.copyOf(MongoRestoreConfig instance)
Creates an immutable copy of a
MongoRestoreConfig value. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withArchive(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
archive attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withArchive(String value)
Copy the current immutable object by setting a present value for the optional
archive attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withCmdOptions(MongoCmdOptions value)
Copy the current immutable object by setting a value for the
cmdOptions attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withCollectionName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
collectionName attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withCollectionName(String value)
Copy the current immutable object by setting a present value for the optional
collectionName attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withDatabaseName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
databaseName attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withDatabaseName(String value)
Copy the current immutable object by setting a present value for the optional
databaseName attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withDir(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
dir attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withDir(String value)
Copy the current immutable object by setting a present value for the optional
dir attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withIsBypassDocumentValidation(boolean value)
Copy the current immutable object by setting a value for the
isBypassDocumentValidation attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withIsDropCollection(boolean value)
Copy the current immutable object by setting a value for the
isDropCollection attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withIsGzip(boolean value)
Copy the current immutable object by setting a value for the
isGzip attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withIsKeepIndexVersion(boolean value)
Copy the current immutable object by setting a value for the
isKeepIndexVersion attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withIsMaintainInsertionOrder(boolean value)
Copy the current immutable object by setting a value for the
isMaintainInsertionOrder attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withIsNoIndexRestore(boolean value)
Copy the current immutable object by setting a value for the
isNoIndexRestore attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withIsNoOptionsRestore(boolean value)
Copy the current immutable object by setting a value for the
isNoOptionsRestore attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withIsObjectCheck(boolean value)
Copy the current immutable object by setting a value for the
isObjectCheck attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withIsOplogReplay(boolean value)
Copy the current immutable object by setting a value for the
isOplogReplay attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withIsRestoreDbUsersAndRoles(boolean value)
Copy the current immutable object by setting a value for the
isRestoreDbUsersAndRoles attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withIsStopOnError(boolean value)
Copy the current immutable object by setting a value for the
isStopOnError attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withIsVerbose(boolean value)
Copy the current immutable object by setting a value for the
isVerbose attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withNet(Net value)
Copy the current immutable object by setting a value for the
net attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withNumberOfInsertionWorkersPerCollection(int value)
Copy the current immutable object by setting a present value for the optional
numberOfInsertionWorkersPerCollection attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withNumberOfInsertionWorkersPerCollection(OptionalInt optional)
Copy the current immutable object by setting an optional value for the
numberOfInsertionWorkersPerCollection attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withNumberOfParallelCollections(int value)
Copy the current immutable object by setting a present value for the optional
numberOfParallelCollections attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withNumberOfParallelCollections(OptionalInt optional)
Copy the current immutable object by setting an optional value for the
numberOfParallelCollections attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withOplogLimit(long value)
Copy the current immutable object by setting a present value for the optional
oplogLimit attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withOplogLimit(OptionalLong optional)
Copy the current immutable object by setting an optional value for the
oplogLimit attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withPassword(String value)
Copy the current immutable object by setting a value for the
password attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withPidFile(String value)
Copy the current immutable object by setting a value for the
pidFile attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withStopTimeoutInMillis(long value)
Copy the current immutable object by setting a present value for the optional
stopTimeoutInMillis attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withStopTimeoutInMillis(OptionalLong optional)
Copy the current immutable object by setting an optional value for the
stopTimeoutInMillis attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withSupportConfig(de.flapdoodle.embed.process.config.SupportConfig value)
Copy the current immutable object by setting a value for the
supportConfig attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withTimeout(Timeout value)
Copy the current immutable object by setting a value for the
timeout attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withUserName(String value)
Copy the current immutable object by setting a value for the
userName attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withVersion(IFeatureAwareVersion value)
Copy the current immutable object by setting a value for the
version attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withWriteConcern(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
writeConcern attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withWriteConcern(String value)
Copy the current immutable object by setting a present value for the optional
writeConcern attribute. |
Copyright © 2022. All rights reserved.