|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPartitionList | |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.client | |
org.apache.lens.server.api.metastore | |
org.apache.lens.server.metastore |
Uses of XPartitionList in org.apache.lens.api.metastore |
---|
Methods in org.apache.lens.api.metastore that return XPartitionList | |
---|---|
XPartitionList |
ObjectFactory.createXPartitionList()
Create an instance of XPartitionList |
Methods in org.apache.lens.api.metastore that return types with arguments of type XPartitionList | |
---|---|
JAXBElement<XPartitionList> |
ObjectFactory.createXPartitionList(XPartitionList value)
Create an instance of JAXBElement < XPartitionList > } |
Methods in org.apache.lens.api.metastore with parameters of type XPartitionList | |
---|---|
JAXBElement<XPartitionList> |
ObjectFactory.createXPartitionList(XPartitionList value)
Create an instance of JAXBElement < XPartitionList > } |
Uses of XPartitionList in org.apache.lens.client |
---|
Methods in org.apache.lens.client with parameters of type XPartitionList | |
---|---|
APIResult |
LensMetadataClient.addPartitionsToDimensionTable(String dimTblName,
String storage,
XPartitionList partitions)
|
APIResult |
LensMetadataClient.addPartitionsToFactTable(String fact,
String storage,
XPartitionList partitions)
|
Uses of XPartitionList in org.apache.lens.server.api.metastore |
---|
Methods in org.apache.lens.server.api.metastore with parameters of type XPartitionList | |
---|---|
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 |
Uses of XPartitionList in org.apache.lens.server.metastore |
---|
Methods in org.apache.lens.server.metastore that return types with arguments of type XPartitionList | |
---|---|
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. |
Methods in org.apache.lens.server.metastore with parameters of type XPartitionList | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |