Uses of Class
com.couchbase.client.java.transactions.TransactionGetResult
Packages that use TransactionGetResult
-
Uses of TransactionGetResult in com.couchbase.client.java.transactions
Methods in com.couchbase.client.java.transactions that return TransactionGetResultModifier and TypeMethodDescriptionTransactionAttemptContext.get(Collection collection, String id) Gets a document from the specified Couchbasecollectionmatching the specifiedid.TransactionAttemptContext.get(Collection collection, String id, TransactionGetOptions options) Gets a document from the specified Couchbasecollectionmatching the specifiedid.TransactionAttemptContext.insert(Collection collection, String id, Object content) Inserts a new document into the specified Couchbasecollection.TransactionAttemptContext.insert(Collection collection, String id, Object content, TransactionInsertOptions options) Inserts a new document into the specified Couchbasecollection.TransactionAttemptContext.replace(TransactionGetResult doc, Object content) Mutates the specifieddocwith new content.TransactionAttemptContext.replace(TransactionGetResult doc, Object content, TransactionReplaceOptions options) Mutates the specifieddocwith new content.Methods in com.couchbase.client.java.transactions that return types with arguments of type TransactionGetResultModifier and TypeMethodDescriptionReactiveTransactionAttemptContext.get(ReactiveCollection collection, String id) Gets a document with the specifiedidand from the specified Couchbasecollection.ReactiveTransactionAttemptContext.get(ReactiveCollection collection, String id, TransactionGetOptions options) Gets a document with the specifiedidand from the specified Couchbasecollection.ReactiveTransactionAttemptContext.insert(ReactiveCollection collection, String id, Object content) Inserts a new document into the specified Couchbasecollection.ReactiveTransactionAttemptContext.insert(ReactiveCollection collection, String id, Object content, TransactionInsertOptions options) Inserts a new document into the specified Couchbasecollection.ReactiveTransactionAttemptContext.replace(TransactionGetResult doc, Object content) Mutates the specifieddocwith new content.ReactiveTransactionAttemptContext.replace(TransactionGetResult doc, Object content, TransactionReplaceOptions options) Mutates the specifieddocwith new content.Methods in com.couchbase.client.java.transactions with parameters of type TransactionGetResultModifier and TypeMethodDescriptionReactiveTransactionAttemptContext.remove(TransactionGetResult doc) Removes the specifieddoc.voidTransactionAttemptContext.remove(TransactionGetResult doc) Removes the specifieddoc.ReactiveTransactionAttemptContext.replace(TransactionGetResult doc, Object content) Mutates the specifieddocwith new content.ReactiveTransactionAttemptContext.replace(TransactionGetResult doc, Object content, TransactionReplaceOptions options) Mutates the specifieddocwith new content.TransactionAttemptContext.replace(TransactionGetResult doc, Object content) Mutates the specifieddocwith new content.TransactionAttemptContext.replace(TransactionGetResult doc, Object content, TransactionReplaceOptions options) Mutates the specifieddocwith new content.