| Package | Description |
|---|---|
| com.couchbase.client.java.manager.analytics |
| Modifier and Type | Field and Description |
|---|---|
static AnalyticsDataType |
AnalyticsDataType.DOUBLE
Represents the "double" data-type for an analytics field index.
|
static AnalyticsDataType |
AnalyticsDataType.INT64
Represents the "int64" data-type for an analytics field index.
|
static AnalyticsDataType |
AnalyticsDataType.STRING
Represents the "string" data-type for an analytics field index.
|
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsDataType |
AnalyticsDataType.valueOf(String value)
If there's no pre-defined constant for a data type, you can create your own using this method.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
AsyncAnalyticsIndexManager.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)
Creates a new analytics index if it does not exist.
|
Mono<Void> |
ReactiveAnalyticsIndexManager.createIndex(String indexName,
String datasetName,
Map<String,AnalyticsDataType> fields)
Creates a new analytics index if it does not exist.
|
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.
|
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.
|
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.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.