Uses of Interface
com.couchbase.client.vbucket.Reconfigurable

Packages that use Reconfigurable
com.couchbase.client   
com.couchbase.client.vbucket   
 

Uses of Reconfigurable in com.couchbase.client
 

Classes in com.couchbase.client that implement Reconfigurable
 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.
 

Methods in com.couchbase.client with parameters of type Reconfigurable
protected  void CouchbaseConnectionFactory.requestConfigReconnect(java.lang.String bucketName, Reconfigurable rec)
           
 

Uses of Reconfigurable in com.couchbase.client.vbucket
 

Methods in com.couchbase.client.vbucket that return Reconfigurable
 Reconfigurable ConfigurationProviderHTTP.getReconfigurable()
          Returns the current Reconfigurable object.
 Reconfigurable ConfigurationProvider.getReconfigurable()
          Returns the current Reconfigurable object.
 

Methods in com.couchbase.client.vbucket with parameters of type Reconfigurable
 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.
 

Constructors in com.couchbase.client.vbucket with parameters of type Reconfigurable
ReconfigurableObserver(Reconfigurable rec)
           
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.