Uses of Class
com.couchbase.client.java.manager.analytics.CreateIndexAnalyticsOptions
-
Uses of CreateIndexAnalyticsOptions in com.couchbase.client.java.manager.analytics
Modifier and TypeMethodDescriptionstatic CreateIndexAnalyticsOptions
CreateIndexAnalyticsOptions.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.Modifier and TypeMethodDescriptionvoid
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.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.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.