Enum CoreTransactionsExtension
java.lang.Object
java.lang.Enum<CoreTransactionsExtension>
com.couchbase.client.core.transaction.forwards.CoreTransactionsExtension
- All Implemented Interfaces:
Serializable
,Comparable<CoreTransactionsExtension>
All known protocol extensions.
The implementations that use this core implementation may support different subsets of this, which is represented
with CoreTransactionsSupportedExtensions
.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionvalue()
static CoreTransactionsExtension
Returns the enum constant of this type with the specified name.static CoreTransactionsExtension[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
EXT_TRANSACTION_ID
-
EXT_DEFERRED_COMMIT
-
EXT_TIME_OPT_UNSTAGING
-
EXT_BINARY_METADATA
-
EXT_CUSTOM_METADATA_COLLECTION
-
EXT_QUERY
-
EXT_STORE_DURABILITY
-
BF_CBD_3838
-
BF_CBD_3787
-
BF_CBD_3705
-
BF_CBD_3794
-
EXT_REMOVE_COMPLETED
-
EXT_ALL_KV_COMBINATIONS
-
EXT_UNKNOWN_ATR_STATES
-
BF_CBD_3791
-
EXT_SINGLE_QUERY
-
EXT_THREAD_SAFE
-
EXT_SERIALIZATION
-
EXT_SDK_INTEGRATION
-
EXT_MOBILE_INTEROP
-
EXT_REPLACE_BODY_WITH_XATTR
-
EXT_INSERT_EXISTING
-
EXT_OBSERVABILITY
-
EXT_QUERY_CONTEXT
-
EXT_BINARY_SUPPORT
-
EXT_PARALLEL_UNSTAGING
-
EXT_REPLICA_FROM_PREFERRED_GROUP
-
EXT_GET_MULTI
-
-
Method Details
-
values
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
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
-
value
-