| Package | Description |
|---|---|
| net.spy.memcached |
Memcached client and transformation utils
|
| net.spy.memcached.config | |
| net.spy.memcached.protocol |
Base classes for protocol abstractions.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<NodeEndPoint> |
MemcachedConnection.newEndPoints |
protected java.util.List<NodeEndPoint> |
MemcachedConnection.nodesToAdd |
| Modifier and Type | Method and Description |
|---|---|
NodeEndPoint |
MemcachedClient.getConfigurationNode() |
NodeEndPoint |
MemcachedNode.getNodeEndPoint()
Get NodeEndPoint
|
NodeEndPoint |
MemcachedNodeROImpl.getNodeEndPoint() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<NodeEndPoint> |
MemcachedClient.getAllNodeEndPoints()
Get the endpoints of all servers.
|
java.util.Collection<NodeEndPoint> |
MemcachedClient.getAvailableNodeEndPoints()
Get the endpoints of available servers.
|
| Modifier and Type | Method and Description |
|---|---|
protected MemcachedNode |
MemcachedConnection.createConnection(NodeEndPoint endPoint) |
void |
MemcachedNode.setNodeEndPoint(NodeEndPoint endPoint)
Set NodeEndPoint
|
void |
MemcachedNodeROImpl.setNodeEndPoint(NodeEndPoint endPoint) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<MemcachedNode> |
MemcachedConnection.createConnections(java.util.Collection<NodeEndPoint> endPoints) |
| Modifier and Type | Method and Description |
|---|---|
static NodeEndPoint |
NodeEndPoint.copy(NodeEndPoint other)
copy one object to another.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NodeEndPoint> |
ClusterConfiguration.getCacheNodeEndPoints() |
| Modifier and Type | Method and Description |
|---|---|
static NodeEndPoint |
NodeEndPoint.copy(NodeEndPoint other)
copy one object to another.
|
| Constructor and Description |
|---|
ClusterConfiguration(long configVersion,
java.util.List<NodeEndPoint> cacheNodeEndPoints) |
| Modifier and Type | Method and Description |
|---|---|
NodeEndPoint |
TCPMemcachedNodeImpl.getNodeEndPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
TCPMemcachedNodeImpl.setNodeEndPoint(NodeEndPoint nodeEndPoint) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.