Uses of Class
com.couchbase.client.java.ReactiveScope
-
Packages that use ReactiveScope Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK.com.couchbase.client.java.transactions com.couchbase.client.java.transactions.internal -
-
Uses of ReactiveScope in com.couchbase.client.java
Methods in com.couchbase.client.java that return ReactiveScope Modifier and Type Method Description ReactiveScope
ReactiveBucket. defaultScope()
Opens the defaultReactiveScope
.ReactiveScope
Scope. reactive()
Provides access to the relatedReactiveScope
.ReactiveScope
ReactiveBucket. scope(String name)
Opens theReactiveScope
with the given name. -
Uses of ReactiveScope in com.couchbase.client.java.transactions
Methods in com.couchbase.client.java.transactions with parameters of type ReactiveScope Modifier and Type Method Description Mono<TransactionQueryResult>
ReactiveTransactionAttemptContext. query(ReactiveScope scope, String statement)
Runs a N1QL query and returns the result, with default parameters.Mono<TransactionQueryResult>
ReactiveTransactionAttemptContext. query(ReactiveScope scope, String statement, TransactionQueryOptions options)
Runs a N1QL query and returns the result. -
Uses of ReactiveScope in com.couchbase.client.java.transactions.internal
Methods in com.couchbase.client.java.transactions.internal with parameters of type ReactiveScope Modifier and Type Method Description static com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode
OptionsUtil. createTransactionOptions(ReactiveScope scope, String statement, TransactionQueryOptions options)
-