Package | Description |
---|---|
com.couchbase.client.vbucket.config |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Pool> |
ConfigurationParserJSON.parsePools(java.lang.String poolsJson)
Parses the /pools URI and returns a map of found pools.
|
java.util.Map<java.lang.String,Pool> |
ConfigurationParser.parsePools(java.lang.String base) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationParserJSON.parsePool(Pool pool,
java.lang.String poolsJson)
Parses a given /pools/{pool} JSON for the buckets URI.
|
void |
ConfigurationParser.parsePool(Pool pool,
java.lang.String sPool) |
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.