Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
NodeGroup |
NodeGroup.clone() |
NodeGroup |
NodeGroup.withNodeGroupId(String nodeGroupId)
The identifier for the node group (shard).
|
NodeGroup |
NodeGroup.withNodeGroupMembers(Collection<NodeGroupMember> nodeGroupMembers)
A list containing information about individual nodes within the node group (shard).
|
NodeGroup |
NodeGroup.withNodeGroupMembers(NodeGroupMember... nodeGroupMembers)
A list containing information about individual nodes within the node group (shard).
|
NodeGroup |
NodeGroup.withPrimaryEndpoint(Endpoint primaryEndpoint)
The endpoint of the primary node in this node group (shard).
|
NodeGroup |
NodeGroup.withSlots(String slots)
The keyspace for this node group (shard).
|
NodeGroup |
NodeGroup.withStatus(String status)
The current state of this replication group -
creating , available , etc. |
Modifier and Type | Method and Description |
---|---|
List<NodeGroup> |
ReplicationGroup.getNodeGroups()
A list of node groups in this replication group.
|
Modifier and Type | Method and Description |
---|---|
ReplicationGroup |
ReplicationGroup.withNodeGroups(NodeGroup... nodeGroups)
A list of node groups in this replication group.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationGroup.setNodeGroups(Collection<NodeGroup> nodeGroups)
A list of node groups in this replication group.
|
ReplicationGroup |
ReplicationGroup.withNodeGroups(Collection<NodeGroup> nodeGroups)
A list of node groups in this replication group.
|
Copyright © 2018. All rights reserved.