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

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

Packages that use JoinChain
org.apache.lens.cube.metadata   
org.apache.lens.server.metastore   
 

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

Methods in org.apache.lens.cube.metadata that return JoinChain
 JoinChain DerivedCube.getChainByName(String chainName)
           
 JoinChain CubeInterface.getChainByName(String chainName)
          Get joinchain by given by name
 JoinChain AbstractBaseTable.getChainByName(String name)
           
 

Methods in org.apache.lens.cube.metadata that return types with arguments of type JoinChain
 Set<JoinChain> DerivedCube.getJoinChains()
           
 Set<JoinChain> CubeInterface.getJoinChains()
          Get all joinchains defined on the cube
 Set<JoinChain> AbstractBaseTable.getJoinChains()
          Get join chains from properties
 

Methods in org.apache.lens.cube.metadata with parameters of type JoinChain
 void AbstractBaseTable.alterJoinChain(JoinChain joinchain)
          Alters the joinchain if already existing or just adds if it is new chain
 

Method parameters in org.apache.lens.cube.metadata with type arguments of type JoinChain
 void CubeMetastoreClient.createCube(String name, Set<CubeMeasure> measures, Set<CubeDimAttribute> dimensions, Set<ExprColumn> expressions, Set<JoinChain> chains, Map<String,String> properties)
          Create cube defined by measures, dimensions and properties
 void AbstractBaseTable.setJoinChainProperties(Set<JoinChain> chains)
           
 

Constructors in org.apache.lens.cube.metadata with parameters of type JoinChain
JoinChain(JoinChain other)
          Copy constructor for JoinChain
 

Constructor parameters in org.apache.lens.cube.metadata with type arguments of type JoinChain
AbstractBaseTable(String name, Set<ExprColumn> exprs, Set<JoinChain> joinChains, Map<String,String> properties, double weight)
           
Cube(String name, Set<CubeMeasure> measures, Set<CubeDimAttribute> dimensions, Set<ExprColumn> expressions, Set<JoinChain> joinChains, Map<String,String> properties, double weight)
           
Dimension(String name, Set<CubeDimAttribute> attributes, Set<ExprColumn> expressions, Set<JoinChain> joinChains, Map<String,String> properties, double weight)
           
 

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

Methods in org.apache.lens.server.metastore that return JoinChain
static JoinChain JAXBUtils.joinChainFromXJoinChain(XJoinChain xj)
          Create cube's JoinChain from JAXB counterpart
 

Methods in org.apache.lens.server.metastore with parameters of type JoinChain
static XJoinChain JAXBUtils.XJoinChainFromJoinChain(JoinChain jc)
          Create XJoinChain from cube join chain
 



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