Package | Description |
---|---|
com.couchbase.client.vbucket.config |
Modifier and Type | Method and Description |
---|---|
java.util.List<VBucket> |
DefaultConfig.getVbuckets() |
java.util.List<VBucket> |
Config.getVbuckets() |
java.util.List<VBucket> |
CacheConfig.getVbuckets() |
Modifier and Type | Method and Description |
---|---|
void |
CacheConfig.setVbuckets(java.util.List<VBucket> newVbuckets) |
Constructor and Description |
---|
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,
java.util.List<java.lang.String> restEndpoints) |
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.