-
Deprecated.
The type of node locator in use for this bucket.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
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.