| Package | Description |
|---|---|
| com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
| com.couchbase.client.java.manager.search |
| Modifier and Type | Method and Description |
|---|---|
AsyncScope |
Scope.async()
Returns the underlying async scope.
|
AsyncScope |
ReactiveScope.async()
Returns the underlying async scope.
|
AsyncScope |
AsyncBucket.defaultScope()
Opens the default
AsyncScope. |
AsyncScope |
AsyncBucket.scope(String name)
Opens the
AsyncScope with the given name. |
| Constructor and Description |
|---|
AsyncScopeSearchIndexManager(com.couchbase.client.core.api.CoreCouchbaseOps couchbaseOps,
AsyncScope scope,
AsyncCluster cluster) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.