-
Deprecated.
Returns the enum constant of this type with the specified name.
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
Deprecated.
Returns the cluster capabilities reported by the server.
Returns the current cluster capabilities.
Deprecated.
All global cluster capabilities.
protected
AbstractBucketConfig(String uuid,
String name,
BucketNodeLocator locator,
String uri,
String streamingUri,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos,
List<BucketCapabilities> bucketCapabilities,
String origin,
Map<String,Set<ClusterCapabilities>> clusterCapabilities,
long rev,
long revEpoch)
protected
AbstractBucketConfig(String uuid,
String name,
BucketNodeLocator locator,
String uri,
String streamingUri,
List<NodeInfo> nodeInfo,
Set<BucketCapabilities> bucketCapabilities,
Map<ServiceType,Set<ClusterCapabilities>> clusterCapabilities,
String origin,
List<PortInfo> portInfos,
ConfigVersion version)
Deprecated.
A "dumb" constructor that assigns the given values
directly to the corresponding fields, without any funny business.
CouchbaseBucketConfig(long rev,
long revEpoch,
String uuid,
String name,
String uri,
String streamingUri,
PartitionInfo partitionInfo,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos,
List<BucketCapabilities> bucketCapabilities,
Map<String,Set<ClusterCapabilities>> clusterCapabilities,
BucketType bucketType,
String origin)
MemcachedBucketConfig(MemcachedHashingStrategy hashingStrategy,
long rev,
long revEpoch,
String uuid,
String name,
String uri,
String streamingUri,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos,
List<BucketCapabilities> bucketCapabilities,
Map<String,Set<ClusterCapabilities>> clusterCapabilities,
String origin)
-