| 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 | 
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CubeMetastoreService. addPartitionsToDimStorage(LensSessionHandle sessionid,
                         String dimTblName,
                         String storageName,
                         XPartitionList partitions)Add partitions to dimension table on a storage. | 
| void | CubeMetastoreService. addPartitionsToFactStorage(LensSessionHandle sessionid,
                          String fact,
                          String storageName,
                          XPartitionList partitions)Add partitions to fact on a storage | 
| 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 | 
| void | 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 | 
| void | CubeMetastoreServiceImpl. addPartitionsToFactStorage(LensSessionHandle sessionid,
                          String fact,
                          String storageName,
                          XPartitionList partitions) | 
| static List<StoragePartitionDesc> | JAXBUtils. storagePartSpecListFromXPartitionList(XPartitionList xpartList) | 
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.