Uses of Class
com.couchbase.client.java.transactions.TransactionGetResult
Packages that use TransactionGetResult
Package
Description
-
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.getReplicaFromPreferredServerGroup(Collection collection, String id) A convenience wrapper aroundTransactionAttemptContext.getReplicaFromPreferredServerGroup(Collection, String, TransactionGetReplicaFromPreferredServerGroupOptions)using default options.TransactionAttemptContext.getReplicaFromPreferredServerGroup(Collection collection, String id, TransactionGetReplicaFromPreferredServerGroupOptions 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 TypeMethodDescriptionreactor.core.publisher.Mono<TransactionGetResult> ReactiveTransactionAttemptContext.get(ReactiveCollection collection, String id) Gets a document with the specifiedidand from the specified Couchbasecollection.reactor.core.publisher.Mono<TransactionGetResult> ReactiveTransactionAttemptContext.get(ReactiveCollection collection, String id, TransactionGetOptions options) Gets a document with the specifiedidand from the specified Couchbasecollection.reactor.core.publisher.Mono<TransactionGetResult> ReactiveTransactionAttemptContext.getReplicaFromPreferredServerGroup(ReactiveCollection collection, String id) A convenience wrapper aroundReactiveTransactionAttemptContext.getReplicaFromPreferredServerGroup(ReactiveCollection, String, TransactionGetReplicaFromPreferredServerGroupOptions)using default options.reactor.core.publisher.Mono<TransactionGetResult> ReactiveTransactionAttemptContext.getReplicaFromPreferredServerGroup(ReactiveCollection collection, String id, TransactionGetReplicaFromPreferredServerGroupOptions options) Gets a document from the specified Couchbasecollectionmatching the specifiedid.reactor.core.publisher.Mono<TransactionGetResult> ReactiveTransactionAttemptContext.insert(ReactiveCollection collection, String id, Object content) Inserts a new document into the specified Couchbasecollection.reactor.core.publisher.Mono<TransactionGetResult> ReactiveTransactionAttemptContext.insert(ReactiveCollection collection, String id, Object content, TransactionInsertOptions options) Inserts a new document into the specified Couchbasecollection.reactor.core.publisher.Mono<TransactionGetResult> ReactiveTransactionAttemptContext.replace(TransactionGetResult doc, Object content) Mutates the specifieddocwith new content.reactor.core.publisher.Mono<TransactionGetResult> 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 TypeMethodDescriptionreactor.core.publisher.Mono<Void> ReactiveTransactionAttemptContext.remove(TransactionGetResult doc) Removes the specifieddoc.voidTransactionAttemptContext.remove(TransactionGetResult doc) Removes the specifieddoc.reactor.core.publisher.Mono<TransactionGetResult> ReactiveTransactionAttemptContext.replace(TransactionGetResult doc, Object content) Mutates the specifieddocwith new content.reactor.core.publisher.Mono<TransactionGetResult> 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. -
Uses of TransactionGetResult in com.couchbase.client.java.transactions.getmulti
Methods in com.couchbase.client.java.transactions.getmulti that return TransactionGetResult