Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
com.couchbase.client.java.transactions |
Modifier and Type | Method and Description |
---|---|
ReactiveCollection |
ReactiveScope.collection(String collectionName)
Opens a collection for this scope with an explicit name.
|
ReactiveCollection |
ReactiveBucket.collection(String collectionName)
Provides access to the collection with the given name for this
ReactiveBucket using the default scope. |
ReactiveCollection |
ReactiveBucket.defaultCollection()
Opens the default collection for this
ReactiveBucket using the default scope. |
ReactiveCollection |
Collection.reactive()
Provides access to the underlying
ReactiveCollection . |
Modifier and Type | Method and Description |
---|---|
Mono<TransactionGetResult> |
ReactiveTransactionAttemptContext.get(ReactiveCollection collection,
String id)
Gets a document with the specified
id and from the specified Couchbase collection . |
Mono<TransactionGetResult> |
ReactiveTransactionAttemptContext.get(ReactiveCollection collection,
String id,
TransactionGetOptions options)
Gets a document with the specified
id and from the specified Couchbase collection . |
Mono<TransactionGetResult> |
ReactiveTransactionAttemptContext.insert(ReactiveCollection collection,
String id,
Object content)
Inserts a new document into the specified Couchbase
collection . |
Mono<TransactionGetResult> |
ReactiveTransactionAttemptContext.insert(ReactiveCollection collection,
String id,
Object content,
TransactionInsertOptions options)
Inserts a new document into the specified Couchbase
collection . |
Copyright © 2024 Couchbase, Inc.. All rights reserved.