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 |
---|---|
XPartitionList |
ObjectFactory.createXPartitionList()
Create an instance of
XPartitionList |
XPartitionList |
XPartitionList.withPartition(Collection<XPartition> values) |
XPartitionList |
XPartitionList.withPartition(XPartition... values) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XPartitionList> |
ObjectFactory.createXPartitionList(XPartitionList value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<XPartitionList> |
ObjectFactory.createXPartitionList(XPartitionList value)
|
Modifier and Type | Method and Description |
---|---|
APIResult |
LensClient.addPartitionsToDim(String table,
String storage,
XPartitionList xpList) |
APIResult |
LensMetadataClient.addPartitionsToDimensionTable(String dimTblName,
String storage,
XPartitionList partitions) |
APIResult |
LensClient.addPartitionsToFact(String table,
String storage,
XPartitionList xpList) |
APIResult |
LensMetadataClient.addPartitionsToFactTable(String fact,
String storage,
XPartitionList partitions) |
APIResult |
LensClient.updatePartitionsOfDim(String table,
String storage,
XPartitionList xpList) |
APIResult |
LensMetadataClient.updatePartitionsOfDimensionTable(String dimTblName,
String storage,
XPartitionList partitions) |
APIResult |
LensClient.updatePartitionsOfFact(String table,
String storage,
XPartitionList xpList) |
APIResult |
LensMetadataClient.updatePartitionsOfFactTable(String fact,
String storage,
XPartitionList partitions) |
Modifier and Type | Method and Description |
---|---|
XPartitionList |
CubeMetastoreService.getAllPartitionsOfDimTableStorage(LensSessionHandle sessionid,
String dimension,
String storageName,
String filter)
Get all partitions of a dimension table in a storage
|
XPartitionList |
CubeMetastoreService.getAllPartitionsOfFactStorage(LensSessionHandle sessionid,
String fact,
String storageName,
String filter)
Get all partitions of fact on a storage
|
Modifier and Type | Method and Description |
---|---|
int |
CubeMetastoreService.addPartitionsToDimStorage(LensSessionHandle sessionid,
String dimTblName,
String storageName,
XPartitionList partitions)
Add partitions to dimension table on a storage.
|
int |
CubeMetastoreService.addPartitionsToFactStorage(LensSessionHandle sessionid,
String fact,
String storageName,
XPartitionList partitions)
Add partitions to fact on a storage
|
void |
CubeMetastoreService.updatePartitions(LensSessionHandle sessionid,
String tblName,
String storageName,
XPartitionList partitions) |
Modifier and Type | Method and Description |
---|---|
XPartitionList |
CubeMetastoreServiceImpl.getAllPartitionsOfDimTableStorage(LensSessionHandle sessionid,
String dimTable,
String storageName,
String filter) |
XPartitionList |
CubeMetastoreServiceImpl.getAllPartitionsOfFactStorage(LensSessionHandle sessionid,
String fact,
String storageName,
String filter) |
static XPartitionList |
JAXBUtils.xpartitionListFromPartitionList(String cubeTableName,
List<org.apache.hadoop.hive.ql.metadata.Partition> partitions,
List<String> timePartCols) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XPartitionList> |
MetastoreResource.getAllPartitionsOfDimStorage(LensSessionHandle sessionid,
String dimension,
String storage,
String filter)
Get all partition of the dimension table in the specified storage; can be filtered
|
JAXBElement<XPartitionList> |
MetastoreResource.getAllPartitionsOfFactStorageByFilter(LensSessionHandle sessionid,
String factName,
String storage,
String filter)
Get all partitions of the fact table in the specified storage; can be filtered as well.
|
Modifier and Type | Method and Description |
---|---|
APIResult |
MetastoreResource.addPartitionsToDimStorage(LensSessionHandle sessionid,
String dimTableName,
String storage,
XPartitionList partitions)
Add new partitions for a storage of dimension
|
int |
CubeMetastoreServiceImpl.addPartitionsToDimStorage(LensSessionHandle sessionid,
String dimTblName,
String storageName,
XPartitionList partitions) |
APIResult |
MetastoreResource.addPartitionsToFactStorage(LensSessionHandle sessionid,
String factName,
String storage,
XPartitionList partitions)
Batch Add partitions for a storage of fact
|
int |
CubeMetastoreServiceImpl.addPartitionsToFactStorage(LensSessionHandle sessionid,
String fact,
String storageName,
XPartitionList partitions) |
static List<StoragePartitionDesc> |
JAXBUtils.storagePartSpecListFromXPartitionList(XPartitionList xpartList) |
void |
CubeMetastoreServiceImpl.updatePartitions(LensSessionHandle sessionid,
String tblName,
String storageName,
XPartitionList xPartitions) |
APIResult |
MetastoreResource.updatePartitionsOfDimStorage(LensSessionHandle sessionid,
String dimTableName,
String storage,
XPartitionList partitions)
Add new partitions for a storage of dimension
|
APIResult |
MetastoreResource.updatePartitionsOfFactStorage(LensSessionHandle sessionid,
String factName,
String storage,
XPartitionList partitions)
Batch Update partitions for a storage of fact
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.