Package | Description |
---|---|
com.couchbase.client | |
com.couchbase.client.vbucket.provider | |
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.auth |
Auth Utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
CouchbaseConnection
Maintains connections to each node in a cluster of Couchbase Nodes.
|
class |
CouchbaseMemcachedConnection
Couchbase implementation of CouchbaseConnection.
|
Modifier and Type | Method and Description |
---|---|
MemcachedConnection |
CouchbaseConnectionFactory.createConnection(java.util.List<java.net.InetSocketAddress> addrs) |
Modifier and Type | Class and Description |
---|---|
class |
CouchbaseConfigConnection
A custom
CouchbaseConnection that is used for binary config
fetching. |
Modifier and Type | Field and Description |
---|---|
protected MemcachedConnection |
TapConnectionProvider.conn |
protected MemcachedConnection |
MemcachedClient.mconn |
Modifier and Type | Method and Description |
---|---|
MemcachedConnection |
ConnectionFactory.createConnection(java.util.List<java.net.InetSocketAddress> addrs)
Create a MemcachedConnection for the given SocketAddresses.
|
MemcachedConnection |
DefaultConnectionFactory.createConnection(java.util.List<java.net.InetSocketAddress> addrs) |
Modifier and Type | Method and Description |
---|---|
void |
AuthThreadMonitor.authConnection(MemcachedConnection conn,
OperationFactory opFact,
AuthDescriptor authDescriptor,
MemcachedNode node)
Authenticate a new connection.
|
Constructor and Description |
---|
AuthThread(MemcachedConnection c,
OperationFactory o,
AuthDescriptor a,
MemcachedNode n) |
Copyright © 2006-2009 Dustin Sallings, 2009-2014 Couchbase, Inc.