Uses of Enum
com.couchbase.client.core.transaction.support.StagedMutationType
Packages that use StagedMutationType
-
Uses of StagedMutationType in com.couchbase.client.core.transaction.support
Fields in com.couchbase.client.core.transaction.support declared as StagedMutationTypeMethods in com.couchbase.client.core.transaction.support that return StagedMutationTypeModifier and TypeMethodDescriptionstatic StagedMutationTypeReturns 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.Constructors in com.couchbase.client.core.transaction.support with parameters of type StagedMutationTypeModifierConstructorDescriptionStagedMutation(String operationId, String id, CollectionIdentifier collection, long cas, Optional<DocumentMetadata> documentMetadata, Optional<String> crc32, int currentUserFlags, byte[] content, int stagedUserFlags, StagedMutationType type)