Uses of Class
com.couchbase.client.core.transaction.components.TransactionLinks
Packages that use TransactionLinks
-
Uses of TransactionLinks in com.couchbase.client.core.transaction
Methods in com.couchbase.client.core.transaction that return TransactionLinksConstructors in com.couchbase.client.core.transaction with parameters of type TransactionLinksModifierConstructorDescriptionCoreTransactionGetResult
(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.