-
Method parameters in com.couchbase.client.java.manager.analytics with type arguments of type AnalyticsDataType
Modifier and Type |
Method |
Description |
void |
AnalyticsIndexManager.createIndex(String indexName,
String datasetName,
Map<String,AnalyticsDataType> fields) |
|
void |
AnalyticsIndexManager.createIndex(String indexName,
String datasetName,
Map<String,AnalyticsDataType> fields,
CreateIndexAnalyticsOptions options) |
|
CompletableFuture<Void> |
AsyncAnalyticsIndexManager.createIndex(String indexName,
String datasetName,
Map<String,AnalyticsDataType> fields) |
|
CompletableFuture<Void> |
AsyncAnalyticsIndexManager.createIndex(String indexName,
String datasetName,
Map<String,AnalyticsDataType> fields,
CreateIndexAnalyticsOptions options) |
|
Mono<Void> |
ReactiveAnalyticsIndexManager.createIndex(String indexName,
String datasetName,
Map<String,AnalyticsDataType> fields) |
|
Mono<Void> |
ReactiveAnalyticsIndexManager.createIndex(String indexName,
String datasetName,
Map<String,AnalyticsDataType> fields,
CreateIndexAnalyticsOptions options) |
|