Package | Description |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.client | |
org.apache.lens.server.api.metastore | |
org.apache.lens.server.metastore |
Modifier and Type | Method and Description |
---|---|
XStorageTableElement |
ObjectFactory.createXStorageTableElement()
Create an instance of
XStorageTableElement |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XStorageTableElement> |
ObjectFactory.createXStorageTableElement(XStorageTableElement value)
|
List<XStorageTableElement> |
XStorageTables.getStorageTable()
Gets the value of the storageTable property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<XStorageTableElement> |
ObjectFactory.createXStorageTableElement(XStorageTableElement value)
|
Modifier and Type | Method and Description |
---|---|
XStorageTableElement |
LensClient.getStorageFromDim(String dim,
String storage) |
XStorageTableElement |
LensClient.getStorageFromFact(String fact,
String storage) |
XStorageTableElement |
LensMetadataClient.getStorageOfDimensionTable(String dimTblName,
String storage) |
XStorageTableElement |
LensMetadataClient.getStorageOfFactTable(String factName,
String storageName) |
Modifier and Type | Method and Description |
---|---|
APIResult |
LensMetadataClient.addStorageToDimTable(String dimTblName,
XStorageTableElement table) |
APIResult |
LensMetadataClient.addStorageToFactTable(String factname,
XStorageTableElement storage) |
Modifier and Type | Method and Description |
---|---|
XStorageTableElement |
CubeMetastoreService.getStorageOfDim(LensSessionHandle sessionid,
String dimTblName,
String storageName)
Get storage table element associated with dimension table for storage name specified
|
XStorageTableElement |
CubeMetastoreService.getStorageOfFact(LensSessionHandle sessionid,
String fact,
String storageName)
Get storage table of fact specifed by fact name, storage name
|
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreService.addDimTableStorage(LensSessionHandle sessionid,
String dimTblName,
XStorageTableElement storageTable)
Add a storage to dimension table
|
void |
CubeMetastoreService.addStorageToFact(LensSessionHandle sessionid,
String fact,
XStorageTableElement storageTable)
Add storage to fact table
|
Modifier and Type | Method and Description |
---|---|
XStorageTableElement |
CubeMetastoreServiceImpl.getStorageOfDim(LensSessionHandle sessionid,
String dimTblName,
String storageName) |
XStorageTableElement |
CubeMetastoreServiceImpl.getStorageOfFact(LensSessionHandle sessionid,
String fact,
String storageName) |
static XStorageTableElement |
JAXBUtils.getXStorageTableFromHiveTable(org.apache.hadoop.hive.ql.metadata.Table tbl) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XStorageTableElement> |
MetastoreResource.getStorageOfDim(LensSessionHandle sessionid,
String dimTableName,
String storage)
Get the dim storage table
|
JAXBElement<XStorageTableElement> |
MetastoreResource.getStorageOfFact(LensSessionHandle sessionid,
String factName,
String storage)
Get the fact storage table
|
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreServiceImpl.addDimTableStorage(LensSessionHandle sessionid,
String dimTblName,
XStorageTableElement storageTable) |
APIResult |
MetastoreResource.addStorageToFact(LensSessionHandle sessionid,
String factName,
XStorageTableElement storageTable)
Add storage to fact table
|
void |
CubeMetastoreServiceImpl.addStorageToFact(LensSessionHandle sessionid,
String fact,
XStorageTableElement storageTable) |
APIResult |
MetastoreResource.createDimensionStorage(LensSessionHandle sessionid,
String dimTableName,
XStorageTableElement storageTbl)
Add storage to dimension table
|
static StorageTableDesc |
JAXBUtils.storageTableDescFromXStorageTableElement(XStorageTableElement storageTableElement) |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.