public class AnalyticsIndexDefinitionRepository extends Object
| Constructor and Description |
|---|
AnalyticsIndexDefinitionRepository(org.wso2.carbon.analytics.datasource.core.AnalyticsFileSystem analyticsFileSystem) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAllIndices(int tenantId,
String tableName) |
Map<String,IndexType> |
getIndices(int tenantId,
String tableName) |
void |
setIndices(int tenantId,
String tableName,
Map<String,IndexType> columns) |
public AnalyticsIndexDefinitionRepository(org.wso2.carbon.analytics.datasource.core.AnalyticsFileSystem analyticsFileSystem)
public Map<String,IndexType> getIndices(int tenantId, String tableName) throws AnalyticsIndexException
AnalyticsIndexExceptionpublic void setIndices(int tenantId,
String tableName,
Map<String,IndexType> columns)
throws AnalyticsIndexException
AnalyticsIndexExceptionpublic void clearAllIndices(int tenantId,
String tableName)
throws AnalyticsIndexException
AnalyticsIndexExceptionCopyright © 2015 WSO2. All rights reserved.