| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.Builder.build()
Builds a new
ImmutableMongoRestoreArguments. |
static ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.copyOf(MongoRestoreArguments instance)
Creates an immutable copy of a
MongoRestoreArguments value. |
static ImmutableMongoRestoreArguments |
MongoRestoreArguments.defaults() |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withArchive(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
archive attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withArchive(String value)
Copy the current immutable object by setting a present value for the optional
archive attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withBypassDocumentValidation(boolean value)
Copy the current immutable object by setting a value for the
bypassDocumentValidation attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withCollectionName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
collectionName attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withCollectionName(String value)
Copy the current immutable object by setting a present value for the optional
collectionName attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withDatabaseName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
databaseName attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withDatabaseName(String value)
Copy the current immutable object by setting a present value for the optional
databaseName attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withDir(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
dir attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withDir(String value)
Copy the current immutable object by setting a present value for the optional
dir attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withDropCollection(boolean value)
Copy the current immutable object by setting a value for the
dropCollection attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withGzip(boolean value)
Copy the current immutable object by setting a value for the
gzip attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withKeepIndexVersion(boolean value)
Copy the current immutable object by setting a value for the
keepIndexVersion attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withMaintainInsertionOrder(boolean value)
Copy the current immutable object by setting a value for the
maintainInsertionOrder attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withNoIndexRestore(boolean value)
Copy the current immutable object by setting a value for the
noIndexRestore attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withNoOptionsRestore(boolean value)
Copy the current immutable object by setting a value for the
noOptionsRestore attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withNumberOfInsertionWorkersPerCollection(int value)
Copy the current immutable object by setting a present value for the optional
numberOfInsertionWorkersPerCollection attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withNumberOfInsertionWorkersPerCollection(OptionalInt optional)
Copy the current immutable object by setting an optional value for the
numberOfInsertionWorkersPerCollection attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withNumberOfParallelCollections(int value)
Copy the current immutable object by setting a present value for the optional
numberOfParallelCollections attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withNumberOfParallelCollections(OptionalInt optional)
Copy the current immutable object by setting an optional value for the
numberOfParallelCollections attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withObjectCheck(boolean value)
Copy the current immutable object by setting a value for the
objectCheck attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withOplogLimit(long value)
Copy the current immutable object by setting a present value for the optional
oplogLimit attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withOplogLimit(OptionalLong optional)
Copy the current immutable object by setting an optional value for the
oplogLimit attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withOplogReplay(boolean value)
Copy the current immutable object by setting a value for the
oplogReplay attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withRestoreDbUsersAndRoles(boolean value)
Copy the current immutable object by setting a value for the
restoreDbUsersAndRoles attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withStopOnError(boolean value)
Copy the current immutable object by setting a value for the
stopOnError attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withVerbose(boolean value)
Copy the current immutable object by setting a value for the
verbose attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withWriteConcern(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
writeConcern attribute. |
ImmutableMongoRestoreArguments |
ImmutableMongoRestoreArguments.withWriteConcern(String value)
Copy the current immutable object by setting a present value for the optional
writeConcern attribute. |
Copyright © 2022. All rights reserved.