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 CreateIndexAnalyticsOptionsCreateIndexAnalyticsOptions. createIndexAnalyticsOptions()Creates a new instance with default values.CreateIndexAnalyticsOptionsCreateIndexAnalyticsOptions. dataverseName(String dataverseName)The name of the dataverse in which the index exists.CreateIndexAnalyticsOptionsCreateIndexAnalyticsOptions. 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 voidAnalyticsIndexManager. 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.
-