Package | Description |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.client | |
org.apache.lens.regression.core.helpers | |
org.apache.lens.server.api.metastore | |
org.apache.lens.server.metastore |
Modifier and Type | Method and Description |
---|---|
XFactTable |
ObjectFactory.createXFactTable()
Create an instance of
XFactTable |
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 |
---|---|
XFactTable |
LensMetadataClient.getFactTable(String factTableName) |
XFactTable |
LensClient.getFactTable(String factName) |
Modifier and Type | Method and Description |
---|---|
APIResult |
LensMetadataClient.createFactTable(XFactTable f) |
APIResult |
LensMetadataClient.updateFactTable(String factName,
XFactTable table) |
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) |
Modifier and Type | Method and Description |
---|---|
XFactTable |
CubeMetastoreService.getFactTable(LensSessionHandle sessionid,
String fact)
Get fact table given by name
|
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreService.createFactTable(LensSessionHandle sessionid,
XFactTable fact)
Create fact table
|
void |
CubeMetastoreService.updateFactTable(LensSessionHandle sessionid,
XFactTable fact)
Update/Alter fact table
|
Modifier and Type | Method and Description |
---|---|
static XFactTable |
JAXBUtils.factTableFromCubeFactTable(CubeFactTable cFact) |
XFactTable |
CubeMetastoreServiceImpl.getFactTable(LensSessionHandle sessionid,
String fact) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XFactTable> |
MetastoreResource.getFactTable(LensSessionHandle sessionid,
String factName)
Get the fact table specified by name
|
Modifier and Type | Method and Description |
---|---|
APIResult |
MetastoreResource.createFactTable(LensSessionHandle sessionid,
XFactTable fact)
Create a new fact tabble
|
void |
CubeMetastoreServiceImpl.createFactTable(LensSessionHandle sessionid,
XFactTable fact) |
static CubeFactTable |
JAXBUtils.cubeFactFromFactTable(XFactTable fact) |
APIResult |
MetastoreResource.updateFactTable(LensSessionHandle sessionid,
String factName,
XFactTable fact)
Update fact table definition
|
void |
CubeMetastoreServiceImpl.updateFactTable(LensSessionHandle sessionid,
XFactTable fact) |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.