Uses of Class
com.couchbase.client.vbucket.config.Bucket

Packages that use Bucket
com.couchbase.client   
com.couchbase.client.vbucket   
com.couchbase.client.vbucket.config   
 

Uses of Bucket in com.couchbase.client
 

Methods in com.couchbase.client with parameters of type Bucket
 void ViewConnection.reconfigure(Bucket bucket)
          Reconfigures the connected ViewNodes.
 void TapConnectionProvider.reconfigure(Bucket bucket)
           
 void CouchbaseMemcachedConnection.reconfigure(Bucket bucket)
           
 void CouchbaseConnection.reconfigure(Bucket bucket)
           
 void CouchbaseClient.reconfigure(Bucket bucket)
          This method is called when there is a topology change in the cluster.
 

Uses of Bucket in com.couchbase.client.vbucket
 

Methods in com.couchbase.client.vbucket that return Bucket
 Bucket ConfigurationProviderHTTP.getBucketConfiguration(java.lang.String bucketname)
          Connects to the REST service and retrieves the bucket configuration from the first pool available.
 Bucket ConfigurationProvider.getBucketConfiguration(java.lang.String bucketname)
          Connects to the REST service and retrieves the bucket configuration from the first pool available.
 

Methods in com.couchbase.client.vbucket with parameters of type Bucket
 void Reconfigurable.reconfigure(Bucket bucket)
          Call on a configuration update.
 void ConfigurationProviderHTTP.updateBucket(java.lang.String bucketname, Bucket newBucket)
          Update the configuration provider with a new bucket.
 void ConfigurationProvider.updateBucket(java.lang.String bucketname, Bucket newBucket)
          Update the bucket including configuration.
 

Uses of Bucket in com.couchbase.client.vbucket.config
 

Methods in com.couchbase.client.vbucket.config that return Bucket
 Bucket ConfigurationParserJSON.parseBucket(java.lang.String sBucket)
           
 Bucket ConfigurationParser.parseBucket(java.lang.String sBucket)
           
 

Methods in com.couchbase.client.vbucket.config that return types with arguments of type Bucket
 java.util.Map<java.lang.String,Bucket> Pool.getROBuckets()
           
 java.util.Map<java.lang.String,Bucket> ConfigurationParserJSON.parseBuckets(java.lang.String buckets)
           
 java.util.Map<java.lang.String,Bucket> ConfigurationParser.parseBuckets(java.lang.String buckets)
           
 

Method parameters in com.couchbase.client.vbucket.config with type arguments of type Bucket
 void Pool.replaceBuckets(java.util.Map<java.lang.String,Bucket> replacingMap)
           
 



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