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

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

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

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

Methods in org.apache.lens.api.metastore that return XTableReference
 XTableReference ObjectFactory.createXTableReference()
          Create an instance of XTableReference
 XTableReference XJoinEdge.getFrom()
          Gets the value of the from property.
 XTableReference XJoinEdge.getTo()
          Gets the value of the to property.
 

Methods in org.apache.lens.api.metastore that return types with arguments of type XTableReference
 List<XTableReference> XTableReferences.getTableReference()
          Gets the value of the tableReference property.
 

Methods in org.apache.lens.api.metastore with parameters of type XTableReference
 void XJoinEdge.setFrom(XTableReference value)
          Sets the value of the from property.
 void XJoinEdge.setTo(XTableReference value)
          Sets the value of the to property.
 

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

Methods in org.apache.lens.server.metastore that return types with arguments of type XTableReference
static List<? extends XTableReference> JAXBUtils.dimRefListFromTabRefList(List<TableReference> tabRefs)
           
static List<XTableReference> JAXBUtils.xTabReferencesFromHiveTabReferences(List<TableReference> hiveRefs)
           
 



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