Package | Description |
---|---|
com.couchbase.client | |
com.couchbase.client.vbucket |
Modifier and Type | Class and Description |
---|---|
class |
CouchbaseClient
A client for Couchbase Server.
|
class |
CouchbaseConnection
Maintains connections to each node in a cluster of Couchbase Nodes.
|
class |
CouchbaseMemcachedConnection
Couchbase implementation of CouchbaseConnection.
|
class |
TapConnectionProvider
A TapConnectionProvider for Couchbase Server.
|
class |
ViewConnection
The ViewConnection class creates and manages the various connections
to the ViewNodes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CouchbaseConnectionFactory.requestConfigReconnect(java.lang.String bucketName,
Reconfigurable rec) |
Modifier and Type | Method and Description |
---|---|
Reconfigurable |
ConfigurationProviderHTTP.getReconfigurable()
Returns the current Reconfigurable object.
|
Reconfigurable |
ConfigurationProvider.getReconfigurable()
Returns the current Reconfigurable object.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationProviderHTTP.markForResubscribe(java.lang.String bucketName,
Reconfigurable rec) |
void |
ConfigurationProvider.markForResubscribe(java.lang.String bucketName,
Reconfigurable rec) |
void |
ConfigurationProviderHTTP.subscribe(java.lang.String bucketName,
Reconfigurable rec)
Subscribes for configuration updates.
|
void |
ConfigurationProvider.subscribe(java.lang.String bucketName,
Reconfigurable rec)
Subscribes for configuration updates.
|
void |
ConfigurationProviderHTTP.unsubscribe(java.lang.String vbucketName,
Reconfigurable rec)
Unsubscribe from updates on a given bucket and given reconfigurable.
|
void |
ConfigurationProvider.unsubscribe(java.lang.String vbucketName,
Reconfigurable rec)
Unsubscribe from updates on a given bucket and given reconfigurable.
|
Constructor and Description |
---|
ReconfigurableObserver(Reconfigurable rec) |
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.