public class AnalyticsSchema extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AnalyticsSchema.ColumnType |
| Constructor and Description |
|---|
AnalyticsSchema() |
AnalyticsSchema(List<ColumnDefinition> columns,
List<String> primaryKeys) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object rhs) |
Map<String,ColumnDefinition> |
getColumns() |
Map<String,ColumnDefinition> |
getIndexedColumns() |
List<String> |
getPrimaryKeys() |
int |
hashCode() |
void |
setIndexedColumns(Map<String,ColumnDefinition> indexedColumns) |
public AnalyticsSchema()
public AnalyticsSchema(List<ColumnDefinition> columns, List<String> primaryKeys)
public Map<String,ColumnDefinition> getColumns()
public Map<String,ColumnDefinition> getIndexedColumns()
public void setIndexedColumns(Map<String,ColumnDefinition> indexedColumns)
Copyright © 2016 WSO2. All rights reserved.