Package | Description |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.cube.metadata | |
org.apache.lens.regression.core.helpers |
Modifier and Type | Method and Description |
---|---|
XFactTable |
ObjectFactory.createXFactTable()
Create an instance of
XFactTable |
XFactTable |
XFactTable.withColumns(XColumns value) |
XFactTable |
XFactTable.withCubeName(String value) |
XFactTable |
XFactTable.withDescription(String value) |
XFactTable |
XFactTable.withName(String value) |
XFactTable |
XFactTable.withProperties(XProperties value) |
XFactTable |
XFactTable.withStorageTables(XStorageTables value) |
XFactTable |
XFactTable.withWeight(double value) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XFactTable> |
ObjectFactory.createXFactTable(XFactTable value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<XFactTable> |
ObjectFactory.createXFactTable(XFactTable value)
|
Modifier and Type | Method and Description |
---|---|
static XFactTable |
JAXBUtils.factTableFromCubeFactTable(FactTable cFact) |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
CubeMetastoreClient.addFactColStartTimePropertyToFactProperties(XFactTable fact) |
static CubeFactTable |
JAXBUtils.cubeFactFromFactTable(XFactTable fact) |
Modifier and Type | Method and Description |
---|---|
XFactTable |
MetastoreHelper.getFact(String factName) |
XFactTable |
MetastoreHelper.getFact(String factName,
String sessionHandleString) |
Modifier and Type | Method and Description |
---|---|
void |
MetastoreHelper.createFacts(XFactTable facts) |
void |
MetastoreHelper.createFacts(XFactTable facts,
String sessionHandleString) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.