Package | Description |
---|---|
com.couchbase.client | |
com.couchbase.client.vbucket.provider |
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> seedAddrs,
java.lang.String user,
java.lang.String password)
Boostrap the
ViewConnection s. |
Constructor and Description |
---|
BucketConfigurationProvider(java.util.List<java.net.URI> seedNodes,
java.lang.String bucket,
java.lang.String password,
CouchbaseConnectionFactory connectionFactory) |
CouchbaseConfigConnection(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) |
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.