Uses of Class
com.couchbase.client.core.transaction.components.DocumentMetadata
Packages that use DocumentMetadata
Package
Description
-
Uses of DocumentMetadata in com.couchbase.client.core.transaction
Methods in com.couchbase.client.core.transaction that return types with arguments of type DocumentMetadataConstructor parameters in com.couchbase.client.core.transaction with type arguments of type DocumentMetadataModifierConstructorDescriptionCoreTransactionGetResult
(String id, byte[] content, int userFlags, long cas, CollectionIdentifier collection, TransactionLinks links, Optional<DocumentMetadata> documentMetadata, Optional<com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode> txnMeta, Optional<String> crc32OfGet) Note that it's intentionally obfuscated here as to whether both content and userFlags come from the document's current body, or staged in the transactional metadata. -
Uses of DocumentMetadata in com.couchbase.client.core.transaction.support
Fields in com.couchbase.client.core.transaction.support with type parameters of type DocumentMetadataModifier and TypeFieldDescriptionfinal Optional<DocumentMetadata>
StagedMutation.documentMetadata
Constructor parameters in com.couchbase.client.core.transaction.support with type arguments of type DocumentMetadataModifierConstructorDescriptionStagedMutation
(String operationId, String id, CollectionIdentifier collection, long cas, Optional<DocumentMetadata> documentMetadata, Optional<String> crc32, int currentUserFlags, byte[] content, int stagedUserFlags, StagedMutationType type)