Package | Description |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.cli.table | |
org.apache.lens.client | |
org.apache.lens.server.api.metastore | |
org.apache.lens.server.metastore |
Modifier and Type | Method and Description |
---|---|
XJoinChains |
ObjectFactory.createXJoinChains()
Create an instance of
XJoinChains |
XJoinChains |
XDimension.getJoinChains()
Gets the value of the joinChains property.
|
XJoinChains |
XBaseCube.getJoinChains()
Gets the value of the joinChains property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<XJoinChains> |
ObjectFactory.createXJoinChains(XJoinChains value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<XJoinChains> |
ObjectFactory.createXJoinChains(XJoinChains value)
|
void |
XDimension.setJoinChains(XJoinChains value)
Sets the value of the joinChains property.
|
void |
XBaseCube.setJoinChains(XJoinChains value)
Sets the value of the joinChains property.
|
Constructor and Description |
---|
XJoinChainTable(XJoinChains xJoinChains) |
Modifier and Type | Method and Description |
---|---|
XJoinChains |
LensMetadataClient.getJoinChains(String tableName) |
XJoinChains |
LensClient.getJoinChains(String table) |
Modifier and Type | Method and Description |
---|---|
XJoinChains |
CubeMetastoreService.getAllJoinChains(LensSessionHandle sessionid,
String table) |
Modifier and Type | Method and Description |
---|---|
XJoinChains |
CubeMetastoreServiceImpl.getAllJoinChains(LensSessionHandle sessionHandle,
String tableName) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XJoinChains> |
MetastoreResource.getAllJoinChains(LensSessionHandle sessionid,
String tableName)
Get all chains that belong to a table(cube or dimension) in the metastore
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.