Package net.rubyeye.xmemcached.aws
Class CacheNode
- java.lang.Object
-
- net.rubyeye.xmemcached.aws.CacheNode
-
- All Implemented Interfaces:
Serializable
public class CacheNode extends Object implements Serializable
AWS ElasticCache Node information.- Author:
- dennis
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCacheKey()StringgetHostName()InetSocketAddressgetInetSocketAddress()StringgetIpAddress()intgetPort()inthashCode()voidsetHostName(String hostName)voidsetIpAddress(String ipAddress)voidsetPort(int port)StringtoString()
-
-
-
Method Detail
-
getHostName
public String getHostName()
-
setHostName
public void setHostName(String hostName)
-
getInetSocketAddress
public InetSocketAddress getInetSocketAddress()
-
getIpAddress
public String getIpAddress()
-
setIpAddress
public void setIpAddress(String ipAddress)
-
getPort
public int getPort()
-
setPort
public void setPort(int port)
-
getCacheKey
public String getCacheKey()
-
-