This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.cube.metadata.Dimension (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.cube.metadata.Dimension

Packages that use Dimension
org.apache.lens.cube.metadata   
org.apache.lens.cube.parse   
org.apache.lens.server.metastore   
 

Uses of Dimension in org.apache.lens.cube.metadata
 

Methods in org.apache.lens.cube.metadata that return Dimension
 Dimension CubeMetastoreClient.getDimension(String tableName)
          Get Cube object corresponding to the name
 

Methods in org.apache.lens.cube.metadata that return types with arguments of type Dimension
 List<Dimension> CubeMetastoreClient.getAllDimensions()
          Get all cubes in metastore
 

Methods in org.apache.lens.cube.metadata with parameters of type Dimension
 void JoinChain.addProperties(Dimension dimension)
           
 void CubeMetastoreClient.alterDimension(String dimName, Dimension newDim)
          Alter dimension specified by the dimension name to new definition
 void CubeMetastoreClient.createDimension(Dimension dim)
          Create dimension in metastore defined by Dimension object
 List<CubeDimensionTable> CubeMetastoreClient.getAllDimensionTables(Dimension dim)
          Get all dimension tables of the dimension.
 

Uses of Dimension in org.apache.lens.cube.parse
 

Methods in org.apache.lens.cube.parse that return types with arguments of type Dimension
 Map<Dimension,Set<org.apache.lens.cube.parse.CandidateDim>> CubeQueryContext.getCandidateDimTables()
           
 Map<Dimension,org.apache.lens.cube.parse.CubeQueryContext.OptionalDimCtx> CubeQueryContext.getOptionalDimensionMap()
           
 Set<Dimension> CubeQueryContext.getOptionalDimensions()
           
 Set<Dimension> DenormalizationResolver.DenormalizationContext.rewriteDenormctx(org.apache.lens.cube.parse.CandidateFact cfact, Map<Dimension,org.apache.lens.cube.parse.CandidateDim> dimsToQuery, boolean replaceFact)
           
 

Methods in org.apache.lens.cube.parse with parameters of type Dimension
 void CubeQueryContext.addDimPruningMsgs(Dimension dim, CubeDimensionTable dimtable, CandidateTablePruneCause msg)
           
 

Method parameters in org.apache.lens.cube.parse with type arguments of type Dimension
 Set<Dimension> DenormalizationResolver.DenormalizationContext.rewriteDenormctx(org.apache.lens.cube.parse.CandidateFact cfact, Map<Dimension,org.apache.lens.cube.parse.CandidateDim> dimsToQuery, boolean replaceFact)
           
 

Uses of Dimension in org.apache.lens.server.metastore
 

Methods in org.apache.lens.server.metastore that return Dimension
static Dimension JAXBUtils.dimensionFromXDimension(XDimension dimension)
           
 

Methods in org.apache.lens.server.metastore with parameters of type Dimension
static XDimension JAXBUtils.xdimensionFromDimension(Dimension dimension)
           
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.