Uses of Class
com.couchbase.client.java.ReactiveCollection
-
Packages that use ReactiveCollection Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK.com.couchbase.client.java.transactions -
-
Uses of ReactiveCollection in com.couchbase.client.java
Methods in com.couchbase.client.java that return ReactiveCollection Modifier and Type Method Description ReactiveCollectionReactiveBucket. collection(String collectionName)Provides access to the collection with the given name for thisReactiveBucketusing the default scope.ReactiveCollectionReactiveScope. collection(String collectionName)Opens a collection for this scope with an explicit name.ReactiveCollectionReactiveBucket. defaultCollection()Opens the default collection for thisReactiveBucketusing the default scope.ReactiveCollectionCollection. reactive()Provides access to the underlyingReactiveCollection. -
Uses of ReactiveCollection in com.couchbase.client.java.transactions
Methods in com.couchbase.client.java.transactions with parameters of type ReactiveCollection Modifier and Type Method Description Mono<TransactionGetResult>ReactiveTransactionAttemptContext. get(ReactiveCollection collection, String id)Gets a document with the specifiedidand from the specified Couchbasebucket.Mono<TransactionGetResult>ReactiveTransactionAttemptContext. insert(ReactiveCollection collection, String id, Object content)Inserts a new document into the specified Couchbasecollection.
-