| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.builder()
Creates a builder for
ImmutableMongoImportConfig. |
static ImmutableMongoImportConfig.Builder |
MongoImportConfig.builder() |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.cmdOptions(MongoCmdOptions cmdOptions)
Initializes the value for the
cmdOptions attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.collectionName(String collectionName)
Initializes the value for the
collectionName attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.databaseName(String databaseName)
Initializes the value for the
databaseName attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.from(de.flapdoodle.embed.process.config.ExecutableProcessConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.process.config.ExecutableProcessConfig instance. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.from(MongoCommonConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongoCommonConfig instance. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.from(MongoImportConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongoImportConfig instance. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.importFile(String importFile)
Initializes the value for the
importFile attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.isDropCollection(boolean isDropCollection)
Initializes the value for the
isDropCollection attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.isHeaderline(boolean isHeaderline)
Initializes the value for the
isHeaderline attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.isJsonArray(boolean isJsonArray)
Initializes the value for the
isJsonArray attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.isUpsertDocuments(boolean isUpsertDocuments)
Initializes the value for the
isUpsertDocuments attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.net(Net net)
Initializes the value for the
net attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.password(String password)
Initializes the value for the
password attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.pidFile(String pidFile)
Initializes the value for the
pidFile attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.stopTimeoutInMillis(long stopTimeoutInMillis)
Initializes the optional value
stopTimeoutInMillis to stopTimeoutInMillis. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.stopTimeoutInMillis(OptionalLong stopTimeoutInMillis)
Initializes the optional value
stopTimeoutInMillis to stopTimeoutInMillis. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.supportConfig(de.flapdoodle.embed.process.config.SupportConfig supportConfig)
Initializes the value for the
supportConfig attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.timeout(Timeout timeout)
Initializes the value for the
timeout attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.type(String type)
Initializes the value for the
type attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.userName(String userName)
Initializes the value for the
userName attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.version(IFeatureAwareVersion version)
Initializes the value for the
version attribute. |
Copyright © 2022. All rights reserved.