| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config |
| Modifier and Type | Method and Description |
|---|---|
Timeout |
ImmutableMongosConfig.timeout() |
Timeout |
ImmutableMongoImportConfig.timeout() |
Timeout |
ImmutableMongodConfig.timeout() |
Timeout |
ImmutableMongoDumpConfig.timeout() |
Timeout |
ImmutableMongoShellConfig.timeout() |
Timeout |
ImmutableMongoRestoreConfig.timeout() |
default Timeout |
MongoCommonConfig.timeout() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongosConfig.Builder |
ImmutableMongosConfig.Builder.timeout(Timeout timeout)
Initializes the value for the
timeout attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.timeout(Timeout timeout)
Initializes the value for the
timeout attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.timeout(Timeout timeout)
Initializes the value for the
timeout attribute. |
ImmutableMongoDumpConfig.Builder |
ImmutableMongoDumpConfig.Builder.timeout(Timeout timeout)
Initializes the value for the
timeout attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.timeout(Timeout timeout)
Initializes the value for the
timeout attribute. |
ImmutableMongoRestoreConfig.Builder |
ImmutableMongoRestoreConfig.Builder.timeout(Timeout timeout)
Initializes the value for the
timeout attribute. |
ImmutableMongosConfig |
ImmutableMongosConfig.withTimeout(Timeout value)
Copy the current immutable object by setting a value for the
timeout attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withTimeout(Timeout value)
Copy the current immutable object by setting a value for the
timeout attribute. |
ImmutableMongodConfig |
ImmutableMongodConfig.withTimeout(Timeout value)
Copy the current immutable object by setting a value for the
timeout attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withTimeout(Timeout value)
Copy the current immutable object by setting a value for the
timeout attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withTimeout(Timeout value)
Copy the current immutable object by setting a value for the
timeout attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withTimeout(Timeout value)
Copy the current immutable object by setting a value for the
timeout attribute. |
Copyright © 2022. All rights reserved.