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, long cas, CollectionIdentifier collection, TransactionLinks links, Optional<DocumentMetadata> documentMetadata, Optional<com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode> txnMeta, Optional<String> crc32OfGet) -
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, byte[] content, StagedMutationType type)