Package net.rubyeye.xmemcached.aws
Class CacheNode
java.lang.Object
net.rubyeye.xmemcached.aws.CacheNode
- All Implemented Interfaces:
Serializable
AWS ElasticCache Node information.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getPort()
int
hashCode()
void
setHostName
(String hostName) void
setIpAddress
(String ipAddress) void
setPort
(int port) toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
hostName
-
ipAddress
-
port
private int port
-
-
Constructor Details
-
CacheNode
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getHostName
-
setHostName
-
getInetSocketAddress
-
getIpAddress
-
setIpAddress
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
toString
-
getCacheKey
-