| Package | Description |
|---|---|
| org.wso2.carbon.analytics.dataservice | |
| org.wso2.carbon.analytics.dataservice.indexing |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IndexType> |
AnalyticsDataService.getIndices(int tenantId,
String tableName)
Returns the declared indices for a given table under the given tenant.
|
Map<String,IndexType> |
AnalyticsDataServiceImpl.getIndices(int tenantId,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsDataService.setIndices(int tenantId,
String tableName,
Map<String,IndexType> columns)
Sets the indices for a given table under the given tenant.
|
void |
AnalyticsDataServiceImpl.setIndices(int tenantId,
String tableName,
Map<String,IndexType> columns) |
| Constructor and Description |
|---|
AnalyticsQueryParser(org.apache.lucene.analysis.Analyzer analyzer,
Map<String,IndexType> indices) |
| Modifier and Type | Method and Description |
|---|---|
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,IndexType> |
AnalyticsIndexDefinitionRepository.getIndices(int tenantId,
String tableName) |
Map<String,IndexType> |
AnalyticsDataIndexer.lookupIndices(int tenantId,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsDataIndexer.setIndices(int tenantId,
String tableName,
Map<String,IndexType> columns) |
void |
AnalyticsIndexDefinitionRepository.setIndices(int tenantId,
String tableName,
Map<String,IndexType> columns) |
Copyright © 2015 WSO2. All rights reserved.