Package | Description |
---|---|
com.couchbase.client |
Modifier and Type | Method and Description |
---|---|
CouchbaseConnectionFactory |
CouchbaseConnectionFactoryBuilder.buildCouchbaseConnection()
Get the CouchbaseConnectionFactory set up with parameters provided by
system properties.
|
CouchbaseConnectionFactory |
CouchbaseConnectionFactoryBuilder.buildCouchbaseConnection(java.util.List<java.net.URI> baseList,
java.lang.String bucketName,
java.lang.String pwd)
Get the CouchbaseConnectionFactory set up with the provided parameters.
|
CouchbaseConnectionFactory |
CouchbaseConnectionFactoryBuilder.buildCouchbaseConnection(java.util.List<java.net.URI> baseList,
java.lang.String bucketName,
java.lang.String usr,
java.lang.String pwd)
Get the CouchbaseConnectionFactory set up with the provided parameters.
|
Constructor and Description |
---|
CouchbaseClient(CouchbaseConnectionFactory cf)
Get a CouchbaseClient based on the settings from the given
CouchbaseConnectionFactory.
|
CouchbaseConnection(int bufSize,
CouchbaseConnectionFactory f,
java.util.List<java.net.InetSocketAddress> a,
java.util.Collection<net.spy.memcached.ConnectionObserver> obs,
net.spy.memcached.FailureMode fm,
net.spy.memcached.OperationFactory opfactory) |
CouchbaseMemcachedConnection(int bufSize,
CouchbaseConnectionFactory f,
java.util.List<java.net.InetSocketAddress> a,
java.util.Collection<net.spy.memcached.ConnectionObserver> obs,
net.spy.memcached.FailureMode fm,
net.spy.memcached.OperationFactory opfactory) |
TapConnectionProvider(CouchbaseConnectionFactory cf)
Get a tap connection based on the REST response from a Couchbase server.
|
ViewConnection(CouchbaseConnectionFactory cf,
java.util.List<java.net.InetSocketAddress> addrs,
java.util.Collection<net.spy.memcached.ConnectionObserver> obs)
Kickstarts the initialization and delegates the connection creation.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.