Uses of Class
com.couchbase.client.java.manager.analytics.AnalyticsDataType
Packages that use AnalyticsDataType
-
Uses of AnalyticsDataType in com.couchbase.client.java.manager.analytics
Fields in com.couchbase.client.java.manager.analytics declared as AnalyticsDataTypeModifier and TypeFieldDescriptionstatic final AnalyticsDataType
AnalyticsDataType.DOUBLE
Represents the "double" data-type for an analytics field index.static final AnalyticsDataType
AnalyticsDataType.INT64
Represents the "int64" data-type for an analytics field index.static final AnalyticsDataType
AnalyticsDataType.STRING
Represents the "string" data-type for an analytics field index.Methods in com.couchbase.client.java.manager.analytics that return AnalyticsDataTypeModifier and TypeMethodDescriptionstatic AnalyticsDataType
If there's no pre-defined constant for a data type, you can create your own using this method.Method parameters in com.couchbase.client.java.manager.analytics with type arguments of type AnalyticsDataTypeModifier and TypeMethodDescriptionvoid
AnalyticsIndexManager.createIndex
(String indexName, String datasetName, Map<String, AnalyticsDataType> fields) Creates a new analytics index if it does not exist.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.AsyncAnalyticsIndexManager.createIndex
(String indexName, String datasetName, Map<String, AnalyticsDataType> fields) Creates a new analytics index if it does not exist.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) Creates a new analytics index if it does not exist.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.