Package com.couchbase.client.core.config
Enum BucketCapabilities
- All Implemented Interfaces:
Serializable
,Comparable<BucketCapabilities>
Deprecated.
Describes the bucket capabilities in an abstract fashion as provided by
the server.
- Since:
- 1.4.3
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetRaw()
Deprecated.static BucketCapabilities
Deprecated.Returns the enum constant of this type with the specified name.static BucketCapabilities[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CBHELLO
Deprecated. -
TOUCH
Deprecated. -
COUCHAPI
Deprecated. -
CCCP
Deprecated. -
XDCR_CHECKPOINTING
Deprecated. -
NODES_EXT
Deprecated. -
DCP
Deprecated. -
XATTR
Deprecated. -
SNAPPY
Deprecated. -
COLLECTIONS
Deprecated. -
DURABLE_WRITE
Deprecated. -
CREATE_AS_DELETED
Deprecated. -
SUBDOC_REPLACE_BODY_WITH_XATTR
Deprecated. -
SUBDOC_REVIVE_DOCUMENT
Deprecated. -
DCP_IGNORE_PURGED_TOMBSTONES
Deprecated. -
RANGE_SCAN
Deprecated. -
SUBDOC_READ_REPLICA
Deprecated. -
NON_DEDUPED_HISTORY
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getRaw
Deprecated.
-
BucketCapability