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

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

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

Methods in com.couchbase.client.vbucket.config that return types with arguments of type VBucket
 java.util.List<VBucket> DefaultConfig.getVbuckets()
           
 java.util.List<VBucket> Config.getVbuckets()
           
 java.util.List<VBucket> CacheConfig.getVbuckets()
           
 

Method parameters in com.couchbase.client.vbucket.config with type arguments of type VBucket
 void CacheConfig.setVbuckets(java.util.List<VBucket> newVbuckets)
           
 

Constructor parameters in com.couchbase.client.vbucket.config with type arguments of type VBucket
DefaultConfig(net.spy.memcached.HashAlgorithm hashAlgorithm, int serversCount, int replicasCount, int vbucketsCount, java.util.List<java.lang.String> servers, java.util.List<VBucket> vbuckets, java.util.List<java.net.URL> couchServers)
           
 



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