Package | Description |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.client | |
org.apache.lens.cube.metadata | |
org.apache.lens.server.api.metastore | |
org.apache.lens.server.metastore |
Modifier and Type | Class and Description |
---|---|
class |
XFactTable
Java class for x_fact_table complex type.
|
class |
XVirtualFactTable
Java class for x_virtual_fact_table complex type.
|
Modifier and Type | Method and Description |
---|---|
XFact |
XFact.withCubeName(String value) |
XFact |
XFact.withDescription(String value) |
XFact |
XFact.withName(String value) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XFact> |
ObjectFactory.createXFact(XFact value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<XFact> |
ObjectFactory.createXFact(XFact value)
|
Modifier and Type | Method and Description |
---|---|
XFact |
LensMetadataClient.getFactTable(String factTableName) |
XFact |
LensClient.getFactTable(String factName) |
Modifier and Type | Method and Description |
---|---|
APIResult |
LensMetadataClient.createFactTable(XFact f) |
APIResult |
LensMetadataClient.updateFactTable(String factName,
XFact table) |
Modifier and Type | Method and Description |
---|---|
XFact |
CubeMetastoreClient.getXFactTable(FactTable ft) |
XFact |
CubeMetastoreClient.getXFactTable(String tableName) |
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreClient.alterCubeFactTable(XFact fact) |
void |
CubeMetastoreClient.createFactTable(XFact fact) |
Modifier and Type | Method and Description |
---|---|
XFact |
CubeMetastoreService.getFactTable(LensSessionHandle sessionid,
String fact)
Get fact table given by name
|
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreService.createFactTable(LensSessionHandle sessionid,
XFact fact)
Create fact table
|
void |
CubeMetastoreService.updateFactTable(LensSessionHandle sessionid,
XFact fact)
Update/Alter fact table
|
Modifier and Type | Method and Description |
---|---|
XFact |
CubeMetastoreServiceImpl.getFactTable(LensSessionHandle sessionid,
String fact) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XFact> |
MetastoreResource.getFactTable(LensSessionHandle sessionid,
String factName)
Get the fact table specified by name
|
Modifier and Type | Method and Description |
---|---|
APIResult |
MetastoreResource.createFactTable(LensSessionHandle sessionid,
XFact fact)
Create a new fact tabble
|
void |
CubeMetastoreServiceImpl.createFactTable(LensSessionHandle sessionid,
XFact fact) |
APIResult |
MetastoreResource.updateFactTable(LensSessionHandle sessionid,
String factName,
XFact fact)
Update fact table definition
|
void |
CubeMetastoreServiceImpl.updateFactTable(LensSessionHandle sessionid,
XFact fact) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.