| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.transitions |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMongosProcessArguments
Immutable implementation of
MongosProcessArguments. |
| Modifier and Type | Method and Description |
|---|---|
protected MongosProcessArguments |
ImmutableMongos.mongosProcessArguments() |
protected MongosProcessArguments |
Mongos.mongosProcessArguments() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMongosProcessArguments |
ImmutableMongosProcessArguments.copyOf(MongosProcessArguments instance)
Creates an immutable copy of a
MongosProcessArguments value. |
ImmutableMongosProcessArguments.Builder |
ImmutableMongosProcessArguments.Builder.from(MongosProcessArguments instance)
Fill a builder with attribute values from the provided
MongosProcessArguments instance. |
ImmutableMongos.Builder |
ImmutableMongos.Builder.mongosProcessArguments(MongosProcessArguments mongosProcessArguments)
Initializes the value for the
mongosProcessArguments attribute. |
ImmutableMongos |
ImmutableMongos.withMongosProcessArguments(MongosProcessArguments value)
Copy the current immutable object by setting a value for the
mongosProcessArguments attribute. |
Copyright © 2024. All rights reserved.