|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticache.model.CacheNode
public class CacheNode
A Cache Cluster is made up of one or more Cache Nodes. Each Cache Node is an separate endpoint servicing the memcached protocol.
Constructor Summary | |
---|---|
CacheNode()
Default constructor for a new CacheNode object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Date |
getCacheNodeCreateTime()
Provides the date and time the Cache Node was created. |
String |
getCacheNodeId()
Specifies a Cache Node identifier. |
String |
getCacheNodeStatus()
Specifies the current state of this Cache Node. |
Endpoint |
getEndpoint()
Specifies the endpoint details for a Cache Node. |
String |
getParameterGroupStatus()
Specifies the status of the parameter group applied to this Cache Node. |
int |
hashCode()
|
void |
setCacheNodeCreateTime(Date cacheNodeCreateTime)
Provides the date and time the Cache Node was created. |
void |
setCacheNodeId(String cacheNodeId)
Specifies a Cache Node identifier. |
void |
setCacheNodeStatus(String cacheNodeStatus)
Specifies the current state of this Cache Node. |
void |
setEndpoint(Endpoint endpoint)
Specifies the endpoint details for a Cache Node. |
void |
setParameterGroupStatus(String parameterGroupStatus)
Specifies the status of the parameter group applied to this Cache Node. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheNode |
withCacheNodeCreateTime(Date cacheNodeCreateTime)
Provides the date and time the Cache Node was created. |
CacheNode |
withCacheNodeId(String cacheNodeId)
Specifies a Cache Node identifier. |
CacheNode |
withCacheNodeStatus(String cacheNodeStatus)
Specifies the current state of this Cache Node. |
CacheNode |
withEndpoint(Endpoint endpoint)
Specifies the endpoint details for a Cache Node. |
CacheNode |
withParameterGroupStatus(String parameterGroupStatus)
Specifies the status of the parameter group applied to this Cache Node. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CacheNode()
Method Detail |
---|
public String getCacheNodeId()
public void setCacheNodeId(String cacheNodeId)
cacheNodeId
- Specifies a Cache Node identifier. This is the unique key that
identifies a Cache Node per Customer (AWS account).public CacheNode withCacheNodeId(String cacheNodeId)
Returns a reference to this object so that method calls can be chained together.
cacheNodeId
- Specifies a Cache Node identifier. This is the unique key that
identifies a Cache Node per Customer (AWS account).
public String getCacheNodeStatus()
public void setCacheNodeStatus(String cacheNodeStatus)
cacheNodeStatus
- Specifies the current state of this Cache Node.public CacheNode withCacheNodeStatus(String cacheNodeStatus)
Returns a reference to this object so that method calls can be chained together.
cacheNodeStatus
- Specifies the current state of this Cache Node.
public Date getCacheNodeCreateTime()
public void setCacheNodeCreateTime(Date cacheNodeCreateTime)
cacheNodeCreateTime
- Provides the date and time the Cache Node was created.public CacheNode withCacheNodeCreateTime(Date cacheNodeCreateTime)
Returns a reference to this object so that method calls can be chained together.
cacheNodeCreateTime
- Provides the date and time the Cache Node was created.
public Endpoint getEndpoint()
public void setEndpoint(Endpoint endpoint)
endpoint
- Specifies the endpoint details for a Cache Node.public CacheNode withEndpoint(Endpoint endpoint)
Returns a reference to this object so that method calls can be chained together.
endpoint
- Specifies the endpoint details for a Cache Node.
public String getParameterGroupStatus()
public void setParameterGroupStatus(String parameterGroupStatus)
parameterGroupStatus
- Specifies the status of the parameter group applied to this Cache
Node.public CacheNode withParameterGroupStatus(String parameterGroupStatus)
Returns a reference to this object so that method calls can be chained together.
parameterGroupStatus
- Specifies the status of the parameter group applied to this Cache
Node.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |