| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.archive(Optional<String> archive)
Initializes the optional value
archive to archive. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.archive(String archive)
Initializes the optional value
archive to archive. |
static ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.builder()
Creates a builder for
ImmutableMongoRestoreArguments. |
static ImmutableMongoRestoreArguments.Builder |
MongoRestoreArguments.builder() |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.bypassDocumentValidation(boolean bypassDocumentValidation)
Initializes the value for the
bypassDocumentValidation attribute. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.collectionName(Optional<String> collectionName)
Initializes the optional value
collectionName to collectionName. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.collectionName(String collectionName)
Initializes the optional value
collectionName to collectionName. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.databaseName(Optional<String> databaseName)
Initializes the optional value
databaseName to databaseName. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.databaseName(String databaseName)
Initializes the optional value
databaseName to databaseName. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.dir(Optional<String> dir)
Initializes the optional value
dir to dir. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.dir(String dir)
Initializes the optional value
dir to dir. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.dropCollection(boolean dropCollection)
Initializes the value for the
dropCollection attribute. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.from(MongoRestoreArguments instance)
Fill a builder with attribute values from the provided
MongoRestoreArguments instance. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.gzip(boolean gzip)
Initializes the value for the
gzip attribute. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.keepIndexVersion(boolean keepIndexVersion)
Initializes the value for the
keepIndexVersion attribute. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.maintainInsertionOrder(boolean maintainInsertionOrder)
Initializes the value for the
maintainInsertionOrder attribute. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.noIndexRestore(boolean noIndexRestore)
Initializes the value for the
noIndexRestore attribute. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.noOptionsRestore(boolean noOptionsRestore)
Initializes the value for the
noOptionsRestore attribute. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.numberOfInsertionWorkersPerCollection(int numberOfInsertionWorkersPerCollection)
Initializes the optional value
numberOfInsertionWorkersPerCollection to numberOfInsertionWorkersPerCollection. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.numberOfInsertionWorkersPerCollection(OptionalInt numberOfInsertionWorkersPerCollection)
Initializes the optional value
numberOfInsertionWorkersPerCollection to numberOfInsertionWorkersPerCollection. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.numberOfParallelCollections(int numberOfParallelCollections)
Initializes the optional value
numberOfParallelCollections to numberOfParallelCollections. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.numberOfParallelCollections(OptionalInt numberOfParallelCollections)
Initializes the optional value
numberOfParallelCollections to numberOfParallelCollections. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.objectCheck(boolean objectCheck)
Initializes the value for the
objectCheck attribute. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.oplogLimit(long oplogLimit)
Initializes the optional value
oplogLimit to oplogLimit. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.oplogLimit(OptionalLong oplogLimit)
Initializes the optional value
oplogLimit to oplogLimit. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.oplogReplay(boolean oplogReplay)
Initializes the value for the
oplogReplay attribute. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.restoreDbUsersAndRoles(boolean restoreDbUsersAndRoles)
Initializes the value for the
restoreDbUsersAndRoles attribute. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.stopOnError(boolean stopOnError)
Initializes the value for the
stopOnError attribute. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.verbose(boolean verbose)
Initializes the value for the
verbose attribute. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.writeConcern(Optional<String> writeConcern)
Initializes the optional value
writeConcern to writeConcern. |
ImmutableMongoRestoreArguments.Builder |
ImmutableMongoRestoreArguments.Builder.writeConcern(String writeConcern)
Initializes the optional value
writeConcern to writeConcern. |
Copyright © 2024. All rights reserved.