Package | Description |
---|---|
org.apache.lens.cube.metadata | |
org.apache.lens.cube.parse | |
org.apache.lens.server.metastore |
Modifier and Type | Method and Description |
---|---|
CubeFactTable |
CubeMetastoreClient.getCubeFact(String tableName)
Get
Cube object corresponding to the name |
CubeFactTable |
CubeMetastoreClient.getFactTable(String tableName)
Get
CubeFactTable object corresponding to the name |
Modifier and Type | Method and Description |
---|---|
Collection<CubeFactTable> |
CubeMetastoreClient.getAllFacts()
Get all facts in metastore
|
List<CubeFactTable> |
CubeMetastoreClient.getAllFacts(CubeInterface cube)
Get all fact tables of the cube.
|
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreClient.addStorage(CubeFactTable fact,
String storage,
Set<UpdatePeriod> updatePeriods,
StorageTableDesc storageTableDesc)
Adds storage to fact and creates corresponding storage table
|
void |
CubeMetastoreClient.alterCubeFactTable(String factTableName,
CubeFactTable cubeFactTable,
Map<String,StorageTableDesc> storageTableDescs)
Alter a cubefact with new definition and alter underlying storage tables as well.
|
boolean |
CubeMetastoreClient.factPartitionExists(CubeFactTable fact,
FactPartition part,
String storageTableName)
extract storage name and check in timeline cache for existance
|
Modifier and Type | Method and Description |
---|---|
CubeFactTable |
CandidateFact.getTable() |
Modifier and Type | Method and Description |
---|---|
PruneCauses<CubeFactTable> |
CubeQueryContext.getFactPruningMsgs() |
Modifier and Type | Method and Description |
---|---|
void |
CubeQueryContext.addFactPruningMsgs(CubeFactTable fact,
CandidateTablePruneCause factPruningMsg) |
Modifier and Type | Method and Description |
---|---|
static CubeFactTable |
JAXBUtils.cubeFactFromFactTable(XFactTable fact) |
Modifier and Type | Method and Description |
---|---|
static XFactTable |
JAXBUtils.factTableFromCubeFactTable(CubeFactTable cFact) |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.