Package | Description |
---|---|
com.couchbase.client.core.config |
Modifier and Type | Method and Description |
---|---|
static BucketCapabilities |
BucketCapabilities.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketCapabilities[] |
BucketCapabilities.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractBucketConfig(String name,
BucketNodeLocator locator,
String uri,
String streamingUri,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos,
List<BucketCapabilities> bucketCapabilities) |
DefaultCouchbaseBucketConfig(long rev,
String name,
String uri,
String streamingUri,
CouchbasePartitionInfo partitionInfo,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos,
List<BucketCapabilities> bucketCapabilities)
Creates a new
CouchbaseBucketConfig . |
DefaultMemcachedBucketConfig(ConfigParserEnvironment env,
long rev,
String name,
String uri,
String streamingUri,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos,
List<BucketCapabilities> bucketCapabilities)
Creates a new
MemcachedBucketConfig . |
Copyright © 2017 Couchbase, Inc.. All rights reserved.