| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.client | |
| de.flapdoodle.embed.mongo.commands | |
| de.flapdoodle.embed.mongo.config |
| Modifier and Type | Method and Description |
|---|---|
static de.flapdoodle.reverse.Listener |
ClientActions.initReplicaSet(ExecuteMongoClientAction<?> executeAction,
IFeatureAwareVersion version,
Storage replication) |
static de.flapdoodle.reverse.Listener |
ClientActions.initReplicaSet(ExecuteMongoClientAction<?> executeAction,
IFeatureAwareVersion version,
Storage replication,
Optional<UsernamePassword> adminUser) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Storage> |
ImmutableMongodArguments.replication() |
abstract Optional<Storage> |
MongodArguments.replication() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.replication(Storage replication)
Initializes the optional value
replication to replication. |
ImmutableMongodArguments |
ImmutableMongodArguments.withReplication(Storage value)
Copy the current immutable object by setting a present value for the optional
replication attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongodArguments.Builder |
ImmutableMongodArguments.Builder.replication(Optional<? extends Storage> replication)
Initializes the optional value
replication to replication. |
ImmutableMongodArguments |
ImmutableMongodArguments.withReplication(Optional<? extends Storage> optional)
Copy the current immutable object by setting an optional value for the
replication attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableStorage
Immutable implementation of
Storage. |
| Modifier and Type | Method and Description |
|---|---|
static Storage |
Storage.of(String replSetName,
int oplogSize) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableStorage |
ImmutableStorage.copyOf(Storage instance)
Creates an immutable copy of a
Storage value. |
ImmutableStorage.Builder |
ImmutableStorage.Builder.from(Storage instance)
Fill a builder with attribute values from the provided
Storage instance. |
Copyright © 2024. All rights reserved.