Uses of Class
com.couchbase.client.CouchbaseConnectionFactory

Packages that use CouchbaseConnectionFactory
com.couchbase.client   
 

Uses of CouchbaseConnectionFactory in com.couchbase.client
 

Methods in com.couchbase.client that return CouchbaseConnectionFactory
 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.
 

Constructors in com.couchbase.client with parameters of type CouchbaseConnectionFactory
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.