Uses of Class
com.couchbase.client.core.transaction.support.StagedMutationType
-
Packages that use StagedMutationType Package Description com.couchbase.client.core.transaction.support -
-
Uses of StagedMutationType in com.couchbase.client.core.transaction.support
Fields in com.couchbase.client.core.transaction.support declared as StagedMutationType Modifier and Type Field Description StagedMutationType
StagedMutation. type
Methods in com.couchbase.client.core.transaction.support that return StagedMutationType Modifier and Type Method Description static StagedMutationType
StagedMutationType. valueOf(String name)
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.Constructors in com.couchbase.client.core.transaction.support with parameters of type StagedMutationType Constructor Description StagedMutation(String operationId, String id, CollectionIdentifier collection, long cas, Optional<DocumentMetadata> documentMetadata, Optional<String> crc32, byte[] content, StagedMutationType type)
-