Uses of Enum
com.couchbase.client.core.transaction.components.CasMode
-
Uses of CasMode in com.couchbase.client.core.transaction.components
Modifier and TypeMethodDescriptionActiveTransactionRecords.casMode()
ActiveTransactionRecord.ParsedHLC.mode()
static CasMode
Returns the enum constant of this type with the specified name.static CasMode[]
CasMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionActiveTransactionRecords
(String id, CollectionIdentifier collection, long casInNanos, List<ActiveTransactionRecordEntry> entries, CasMode casMode)