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

Uses of Class
org.apache.lens.api.metastore.XJoinChain

Packages that use XJoinChain
org.apache.lens.api.metastore   
org.apache.lens.server.metastore   
 

Uses of XJoinChain in org.apache.lens.api.metastore
 

Methods in org.apache.lens.api.metastore that return XJoinChain
 XJoinChain ObjectFactory.createXJoinChain()
          Create an instance of XJoinChain
 

Methods in org.apache.lens.api.metastore that return types with arguments of type XJoinChain
 List<XJoinChain> XJoinChains.getJoinChain()
          Gets the value of the joinChain property.
 

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

Methods in org.apache.lens.server.metastore that return XJoinChain
static XJoinChain JAXBUtils.XJoinChainFromJoinChain(JoinChain jc)
          Create XJoinChain from cube join chain
 

Methods in org.apache.lens.server.metastore with parameters of type XJoinChain
static JoinChain JAXBUtils.joinChainFromXJoinChain(XJoinChain xj)
          Create cube's JoinChain from JAXB counterpart
 



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