|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinChain | |
---|---|
org.apache.lens.cube.metadata | |
org.apache.lens.server.metastore |
Uses of JoinChain in org.apache.lens.cube.metadata |
---|
Methods in org.apache.lens.cube.metadata that return JoinChain | |
---|---|
JoinChain |
DerivedCube.getChainByName(String chainName)
|
JoinChain |
CubeInterface.getChainByName(String chainName)
Get joinchain by given by name |
JoinChain |
AbstractBaseTable.getChainByName(String name)
|
Methods in org.apache.lens.cube.metadata that return types with arguments of type JoinChain | |
---|---|
Set<JoinChain> |
DerivedCube.getJoinChains()
|
Set<JoinChain> |
CubeInterface.getJoinChains()
Get all joinchains defined on the cube |
Set<JoinChain> |
AbstractBaseTable.getJoinChains()
Get join chains from properties |
Methods in org.apache.lens.cube.metadata with parameters of type JoinChain | |
---|---|
void |
AbstractBaseTable.alterJoinChain(JoinChain joinchain)
Alters the joinchain if already existing or just adds if it is new chain |
Method parameters in org.apache.lens.cube.metadata with type arguments of type JoinChain | |
---|---|
void |
CubeMetastoreClient.createCube(String name,
Set<CubeMeasure> measures,
Set<CubeDimAttribute> dimensions,
Set<ExprColumn> expressions,
Set<JoinChain> chains,
Map<String,String> properties)
Create cube defined by measures, dimensions and properties |
void |
AbstractBaseTable.setJoinChainProperties(Set<JoinChain> chains)
|
Constructors in org.apache.lens.cube.metadata with parameters of type JoinChain | |
---|---|
JoinChain(JoinChain other)
Copy constructor for JoinChain |
Constructor parameters in org.apache.lens.cube.metadata with type arguments of type JoinChain | |
---|---|
AbstractBaseTable(String name,
Set<ExprColumn> exprs,
Set<JoinChain> joinChains,
Map<String,String> properties,
double weight)
|
|
Cube(String name,
Set<CubeMeasure> measures,
Set<CubeDimAttribute> dimensions,
Set<ExprColumn> expressions,
Set<JoinChain> joinChains,
Map<String,String> properties,
double weight)
|
|
Dimension(String name,
Set<CubeDimAttribute> attributes,
Set<ExprColumn> expressions,
Set<JoinChain> joinChains,
Map<String,String> properties,
double weight)
|
Uses of JoinChain in org.apache.lens.server.metastore |
---|
Methods in org.apache.lens.server.metastore that return JoinChain | |
---|---|
static JoinChain |
JAXBUtils.joinChainFromXJoinChain(XJoinChain xj)
Create cube's JoinChain from JAXB counterpart |
Methods in org.apache.lens.server.metastore with parameters of type JoinChain | |
---|---|
static XJoinChain |
JAXBUtils.getXJoinChainFromJoinChain(JoinChain jc)
Create XJoinChain from cube join chain |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |