Class ReactiveAnalyticsIndexManager
java.lang.Object
com.couchbase.client.java.manager.analytics.ReactiveAnalyticsIndexManager
public class ReactiveAnalyticsIndexManager extends Object
-
Constructor Summary
Constructors Constructor Description ReactiveAnalyticsIndexManager(AsyncCluster cluster)
-
Method Summary
-
Constructor Details
-
ReactiveAnalyticsIndexManager
-
-
Method Details
-
createDataverse
- Throws:
DataverseExistsException
- if a dataverse with the given name already exists
-
createDataverse
- Throws:
DataverseExistsException
- if a dataverse with the given name already exist and the options do not specify to ignore this condition.
-
dropDataverse
- Throws:
DataverseNotFoundException
- if no dataverse with the given name exists
-
dropDataverse
- Throws:
DataverseNotFoundException
- if no dataverse with the given name exists and the options do not specify to ignore this condition.
-
getAllDataverses
-
createDataset
-
createDataset
public Mono<Void> createDataset(String datasetName, String bucketName, CreateDatasetAnalyticsOptions options) -
dropDataset
-
dropDataset
-
getAllDatasets
-
getAllDatasets
-
createIndex
-
createIndex
public Mono<Void> createIndex(String indexName, String datasetName, Map<String,AnalyticsDataType> fields, CreateIndexAnalyticsOptions options) -
dropIndex
-
dropIndex
public Mono<Void> dropIndex(String indexName, String datasetName, DropIndexAnalyticsOptions options) -
getAllIndexes
-
getAllIndexes
-
connectLink
-
connectLink
-
disconnectLink
-
disconnectLink
-
getPendingMutations
-
getPendingMutations
-