| Package | Description | 
|---|---|
| org.apache.lens.cube.metadata | |
| org.apache.lens.cube.parse | |
| org.apache.lens.server.metastore | 
| Modifier and Type | Method and Description | 
|---|---|
| CubeDimensionTable | CubeMetastoreClient. getDimensionTable(String tableName)Get  CubeDimensionTableobject corresponding to the name | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<CubeDimensionTable> | CubeMetastoreClient. getAllDimensionTables()Get all dimension tables in metastore | 
| List<CubeDimensionTable> | CubeMetastoreClient. getAllDimensionTables(Dimension dim)Get all dimension tables of the dimension. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CubeMetastoreClient. addStorage(CubeDimensionTable dim,
          String storage,
          UpdatePeriod dumpPeriod,
          StorageTableDesc storageTableDesc)Adds storage to dimension and creates corresponding storage table | 
| void | CubeMetastoreClient. alterCubeDimensionTable(String dimTableName,
                       CubeDimensionTable cubeDimensionTable,
                       Map<String,StorageTableDesc> storageTableDescs)Alter dimension table with new dimension definition and underlying storage tables as well | 
| Modifier and Type | Method and Description | 
|---|---|
| CubeDimensionTable | CandidateDim. getTable() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CubeQueryContext. addDimPruningMsgs(Dimension dim,
                 CubeDimensionTable dimtable,
                 CandidateTablePruneCause msg) | 
| Modifier and Type | Method and Description | 
|---|---|
| static CubeDimensionTable | JAXBUtils. cubeDimTableFromDimTable(XDimensionTable dimensionTable) | 
| Modifier and Type | Method and Description | 
|---|---|
| static XDimensionTable | JAXBUtils. dimTableFromCubeDimTable(CubeDimensionTable cubeDimTable) | 
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.