| Package | Description |
|---|---|
| com.couchbase.client.core.config | |
| com.couchbase.client.core.config.parser | |
| com.couchbase.client.core.env |
| Constructor and Description |
|---|
DefaultMemcachedBucketConfig(ConfigParserEnvironment env,
long rev,
String name,
String uri,
String streamingUri,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos,
List<BucketCapabilities> bucketCapabilities)
Creates a new
MemcachedBucketConfig. |
| Modifier and Type | Method and Description |
|---|---|
static BucketConfig |
BucketConfigParser.parse(String input,
ConfigParserEnvironment env)
Parse a raw configuration into a
BucketConfig. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CoreEnvironment
A
CoreEnvironment provides all the core building blocks like environment settings and thread pools so that the application can work with it properly. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCoreEnvironment |
Copyright © 2017 Couchbase, Inc.. All rights reserved.