Uses of Class
com.couchbase.client.java.manager.analytics.CreateIndexAnalyticsOptions
-
Packages that use CreateIndexAnalyticsOptions Package Description com.couchbase.client.java.manager.analytics -
-
Uses of CreateIndexAnalyticsOptions in com.couchbase.client.java.manager.analytics
Methods in com.couchbase.client.java.manager.analytics that return CreateIndexAnalyticsOptions Modifier and Type Method Description static CreateIndexAnalyticsOptions
CreateIndexAnalyticsOptions. createIndexAnalyticsOptions()
Creates a new instance with default values.CreateIndexAnalyticsOptions
CreateIndexAnalyticsOptions. dataverseName(String dataverseName)
The name of the dataverse in which the index exists.CreateIndexAnalyticsOptions
CreateIndexAnalyticsOptions. ignoreIfExists(boolean ignore)
Ignore the create operation if the index exists.Methods in com.couchbase.client.java.manager.analytics with parameters of type CreateIndexAnalyticsOptions Modifier and Type Method Description void
AnalyticsIndexManager. createIndex(String indexName, String datasetName, Map<String,AnalyticsDataType> fields, CreateIndexAnalyticsOptions options)
Creates a new analytics index if it does not exist with custom options.CompletableFuture<Void>
AsyncAnalyticsIndexManager. createIndex(String indexName, String datasetName, Map<String,AnalyticsDataType> fields, CreateIndexAnalyticsOptions options)
Creates a new analytics index if it does not exist with custom options.Mono<Void>
ReactiveAnalyticsIndexManager. createIndex(String indexName, String datasetName, Map<String,AnalyticsDataType> fields, CreateIndexAnalyticsOptions options)
Creates a new analytics index if it does not exist with custom options.
-