Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
ReplicationGroup.getConfigurationEndpoint()
The configuration endpoint for this replication group.
|
Endpoint |
CacheCluster.getConfigurationEndpoint()
Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by
an application to connect to any node in the cluster.
|
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()
The information required for client programs to connect to a node for read operations.
|
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 replication group.
|
void |
CacheCluster.setConfigurationEndpoint(Endpoint configurationEndpoint)
Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by
an application to connect to any node in the cluster.
|
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)
The information required for client programs to connect to a node for read operations.
|
ReplicationGroup |
ReplicationGroup.withConfigurationEndpoint(Endpoint configurationEndpoint)
The configuration endpoint for this replication group.
|
CacheCluster |
CacheCluster.withConfigurationEndpoint(Endpoint configurationEndpoint)
Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by
an application to connect to any node in the cluster.
|
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)
The information required for client programs to connect to a node for read operations.
|
Copyright © 2018. All rights reserved.