|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |