| Package | Description |
|---|---|
| org.wso2.carbon.analytics.dataservice.restapi | |
| org.wso2.carbon.analytics.dataservice.restapi.beans | |
| org.wso2.carbon.analytics.dataservice.restapi.resources |
| Modifier and Type | Method and Description |
|---|---|
static IndexTypeBean |
Utils.createIndexTypeBeanFromIndexType(org.wso2.carbon.analytics.dataservice.indexing.IndexType indexType)
Creates the index type bean from index type.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,IndexTypeBean> |
Utils.createIndexTypeBeanMapFronIndexTypeMap(Map<String,org.wso2.carbon.analytics.dataservice.indexing.IndexType> indexTypeMap)
Creates the index type bean map fron index type map.
|
| Modifier and Type | Method and Description |
|---|---|
static org.wso2.carbon.analytics.dataservice.indexing.IndexType |
Utils.createIndexTypeFromIndexTypeBean(IndexTypeBean indexTypeBean)
Creates the index type from index type bean.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,org.wso2.carbon.analytics.dataservice.indexing.IndexType> |
Utils.createIndexTypeMapFronIndexTypeBeanMap(Map<String,IndexTypeBean> indexTypeBeanMap)
Creates the index type map from index type bean map.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexTypeBean |
IndexTypeBean.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexTypeBean[] |
IndexTypeBean.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,IndexTypeBean> |
QueryBean.getColumns()
Gets the columns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryBean.setColumns(Map<String,IndexTypeBean> columns)
Sets the columns.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AnalyticsResource.setIndices(String tableName,
int tenantI,
Map<String,IndexTypeBean> columnsBean)
Sets the indices.
|
Copyright © 2015 WSO2. All rights reserved.