| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
Shard |
Shard.clone() |
Shard |
Shard.withName(String name)
The name of the shard
|
Shard |
Shard.withNodes(Collection<Node> nodes)
A list containing information about individual nodes within the shard
|
Shard |
Shard.withNodes(Node... nodes)
A list containing information about individual nodes within the shard
|
Shard |
Shard.withNumberOfNodes(Integer numberOfNodes)
The number of nodes in the shard
|
Shard |
Shard.withSlots(String slots)
The keyspace for this shard.
|
Shard |
Shard.withStatus(String status)
The current state of this replication group - creating, available, modifying, deleting.
|
| Modifier and Type | Method and Description |
|---|---|
List<Shard> |
Cluster.getShards()
A list of shards that are members of the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.withShards(Shard... shards)
A list of shards that are members of the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setShards(Collection<Shard> shards)
A list of shards that are members of the cluster.
|
Cluster |
Cluster.withShards(Collection<Shard> shards)
A list of shards that are members of the cluster.
|
Copyright © 2023. All rights reserved.