Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
ReplicationGroup.getConfigurationEndpoint()
The configuration endpoint for this replicaiton group.
|
Endpoint |
CacheCluster.getConfigurationEndpoint() |
Endpoint |
CacheNode.getEndpoint()
The hostname for connecting to this cache node.
|
Endpoint |
NodeGroup.getPrimaryEndpoint()
The endpoint of the primary node in this node group (shard).
|
Endpoint |
NodeGroupMember.getReadEndpoint() |
Endpoint |
Endpoint.withAddress(String address)
The DNS hostname of the cache node.
|
Endpoint |
Endpoint.withPort(Integer port)
The port number that the cache engine is listening on.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationGroup.setConfigurationEndpoint(Endpoint configurationEndpoint)
The configuration endpoint for this replicaiton group.
|
void |
CacheCluster.setConfigurationEndpoint(Endpoint configurationEndpoint) |
void |
CacheNode.setEndpoint(Endpoint endpoint)
The hostname for connecting to this cache node.
|
void |
NodeGroup.setPrimaryEndpoint(Endpoint primaryEndpoint)
The endpoint of the primary node in this node group (shard).
|
void |
NodeGroupMember.setReadEndpoint(Endpoint readEndpoint) |
ReplicationGroup |
ReplicationGroup.withConfigurationEndpoint(Endpoint configurationEndpoint)
The configuration endpoint for this replicaiton group.
|
CacheCluster |
CacheCluster.withConfigurationEndpoint(Endpoint configurationEndpoint) |
CacheNode |
CacheNode.withEndpoint(Endpoint endpoint)
The hostname for connecting to this cache node.
|
NodeGroup |
NodeGroup.withPrimaryEndpoint(Endpoint primaryEndpoint)
The endpoint of the primary node in this node group (shard).
|
NodeGroupMember |
NodeGroupMember.withReadEndpoint(Endpoint readEndpoint) |
Copyright © 2017. All rights reserved.