Uses of Class
com.couchbase.client.java.manager.analytics.CreateIndexAnalyticsOptions
Packages that use CreateIndexAnalyticsOptions
-
Uses of CreateIndexAnalyticsOptions in com.couchbase.client.java.manager.analytics
Methods in com.couchbase.client.java.manager.analytics that return CreateIndexAnalyticsOptionsModifier and TypeMethodDescriptionstatic CreateIndexAnalyticsOptionsCreateIndexAnalyticsOptions.createIndexAnalyticsOptions()Creates a new instance with default values.CreateIndexAnalyticsOptions.dataverseName(String dataverseName) The name of the dataverse in which the index exists.CreateIndexAnalyticsOptions.ignoreIfExists(boolean ignore) Ignore the create operation if the index exists.Methods in com.couchbase.client.java.manager.analytics with parameters of type CreateIndexAnalyticsOptionsModifier and TypeMethodDescriptionvoidAnalyticsIndexManager.createIndex(String indexName, String datasetName, Map<String, AnalyticsDataType> fields, CreateIndexAnalyticsOptions options) Creates a new analytics index if it does not exist with custom options.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.reactor.core.publisher.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.