| Package | Description |
|---|---|
| org.wso2.carbon.analytics.dataservice | |
| org.wso2.carbon.analytics.dataservice.indexing |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsDataService.clearIndices(int tenantId,
String tableName)
Clears all the indices for the given table.
|
void |
AnalyticsDataServiceImpl.clearIndices(int tenantId,
String tableName) |
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) |
List<SearchResultEntry> |
AnalyticsDataService.search(int tenantId,
String tableName,
String language,
String query,
int start,
int count)
Searches the data with a given search query.
|
List<SearchResultEntry> |
AnalyticsDataServiceImpl.search(int tenantId,
String tableName,
String language,
String query,
int start,
int count) |
int |
AnalyticsDataService.searchCount(int tenantId,
String tableName,
String language,
String query)
Returns the search count of results of a given search query.
|
int |
AnalyticsDataServiceImpl.searchCount(int tenantId,
String tableName,
String language,
String query) |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsIndexDefinitionRepository.clearAllIndices(int tenantId,
String tableName) |
void |
AnalyticsDataIndexer.clearIndices(int tenantId,
String tableName) |
void |
AnalyticsDataIndexer.close() |
void |
AnalyticsDataIndexer.clusterNoficationReceived(int tenantId,
String tableName) |
Map<String,IndexType> |
AnalyticsIndexDefinitionRepository.getIndices(int tenantId,
String tableName) |
Map<String,IndexType> |
AnalyticsDataIndexer.lookupIndices(int tenantId,
String tableName) |
List<SearchResultEntry> |
AnalyticsDataIndexer.search(int tenantId,
String tableName,
String language,
String query,
int start,
int count) |
int |
AnalyticsDataIndexer.searchCount(int tenantId,
String tableName,
String language,
String query) |
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.