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

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

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

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

Methods in org.apache.lens.cube.metadata that return types with arguments of type TableReference
 List<TableReference> JoinChain.Path.getReferences()
           
 

Methods in org.apache.lens.cube.metadata with parameters of type TableReference
 void ReferencedDimAtrribute.addReference(TableReference reference)
           
 boolean ReferencedDimAtrribute.removeReference(TableReference ref)
           
 

Method parameters in org.apache.lens.cube.metadata with type arguments of type TableReference
 void JoinChain.addPath(List<TableReference> refs)
           
static String MetastoreUtil.getReferencesString(List<TableReference> references)
           
 

Constructors in org.apache.lens.cube.metadata with parameters of type TableReference
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, TableReference reference)
           
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, TableReference reference, Date startTime, Date endTime, Double cost)
           
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, TableReference reference, Date startTime, Date endTime, Double cost, boolean isJoinKey)
           
 

Constructor parameters in org.apache.lens.cube.metadata with type arguments of type TableReference
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, Collection<TableReference> references)
           
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, Collection<TableReference> references, Date startTime, Date endTime, Double cost)
           
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, Collection<TableReference> references, Date startTime, Date endTime, Double cost, boolean isJoinKey)
           
 

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

Method parameters in org.apache.lens.server.metastore with type arguments of type TableReference
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.