Uses of Enum
com.couchbase.client.core.transaction.support.StagedMutationType
-
Uses of StagedMutationType in com.couchbase.client.core.transaction.support
Modifier and TypeMethodDescriptionstatic StagedMutationType
Returns the enum constant of this type with the specified name.static StagedMutationType[]
StagedMutationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionStagedMutation
(String operationId, String id, CollectionIdentifier collection, long cas, Optional<DocumentMetadata> documentMetadata, Optional<String> crc32, int currentUserFlags, byte[] content, int stagedUserFlags, StagedMutationType type)