Package | Description |
---|---|
org.apache.lens.cube.metadata | |
org.apache.lens.cube.parse |
Modifier and Type | Class and Description |
---|---|
class |
CubeFactTable |
class |
CubeVirtualFactTable |
Modifier and Type | Method and Description |
---|---|
FactTable |
CubeMetastoreClient.getFactTable(String tableName)
Get
Cube object corresponding to the name |
FactTable |
CubeVirtualFactTable.getSourceCubeFactTable() |
Modifier and Type | Method and Description |
---|---|
Collection<FactTable> |
CubeMetastoreClient.getAllFacts()
Get all facts in metastore
|
Collection<FactTable> |
CubeMetastoreClient.getAllFacts(boolean includeVirtualFacts)
Get all facts in metastore (virtual facts optional)
|
List<FactTable> |
CubeMetastoreClient.getAllFacts(CubeInterface cube)
Get all fact tables of the cube.
|
List<FactTable> |
CubeMetastoreClient.getAllFacts(CubeInterface cube,
boolean includeVirtualFacts)
Get all facts of cube (optional virtual facts)
|
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreClient.alterCubeFactTable(String factTableName,
FactTable cubeFactTable,
Map<String,StorageTableDesc> storageTableDescs,
Map<String,String> props)
Alter a cubefact with new definition and alter underlying storage tables as well.
|
static CubeVirtualFactTable |
JAXBUtils.cubeVirtualFactFromFactTable(XVirtualFactTable fact,
FactTable sourceFactTable) |
boolean |
CubeMetastoreClient.factPartitionExists(FactTable fact,
FactPartition part,
String storageTableName)
extract storage name and check in timeline cache for existance
|
static XFactTable |
JAXBUtils.factTableFromCubeFactTable(FactTable cFact) |
Date |
CubeMetastoreClient.getStorageTableEndDate(String storageTable,
FactTable factTableName) |
Set<String> |
CubeMetastoreClient.getStorageTables(FactTable factTable,
String storage)
Returns storage table names for a storage.
|
Date |
CubeMetastoreClient.getStorageTableStartDate(String storageTable,
FactTable factTableName) |
XFact |
CubeMetastoreClient.getXFactTable(FactTable ft) |
boolean |
CubeMetastoreClient.partColExists(FactTable factTable,
String storage,
String partCol) |
void |
CubeVirtualFactTable.setSourceCubeFactTable(FactTable sourceCubeFactTable) |
Constructor and Description |
---|
CubeVirtualFactTable(String cubeName,
String virtualFactName,
com.google.common.base.Optional<Double> weight,
Map<String,String> properties,
FactTable sourceFact) |
CubeVirtualFactTable(org.apache.hadoop.hive.ql.metadata.Table hiveTable,
FactTable sourceCubeFactTable) |
Modifier and Type | Method and Description |
---|---|
FactTable |
StorageCandidate.getFact()
Participating fact, storage and dimensions for this StorageCandidate
|
Constructor and Description |
---|
StorageCandidate(CubeInterface cube,
FactTable fact,
String storageName,
CubeQueryContext cubeQueryContext) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.