|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |