|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XPartition | |
|---|---|
| org.apache.lens.api.metastore | |
| org.apache.lens.client | |
| org.apache.lens.server.api.metastore | |
| org.apache.lens.server.metastore | |
| Uses of XPartition in org.apache.lens.api.metastore |
|---|
| Methods in org.apache.lens.api.metastore that return XPartition | |
|---|---|
XPartition |
ObjectFactory.createXPartition()
Create an instance of XPartition |
| Methods in org.apache.lens.api.metastore that return types with arguments of type XPartition | |
|---|---|
JAXBElement<XPartition> |
ObjectFactory.createXPartition(XPartition value)
Create an instance of JAXBElement<XPartition>} |
List<XPartition> |
XPartitionList.getPartition()
Gets the value of the partition property. |
| Methods in org.apache.lens.api.metastore with parameters of type XPartition | |
|---|---|
JAXBElement<XPartition> |
ObjectFactory.createXPartition(XPartition value)
Create an instance of JAXBElement<XPartition>} |
| Uses of XPartition in org.apache.lens.client |
|---|
| Methods in org.apache.lens.client that return types with arguments of type XPartition | |
|---|---|
List<XPartition> |
LensClient.getAllPartitionsOfDim(String dim,
String storage)
|
List<XPartition> |
LensClient.getAllPartitionsOfDim(String dim,
String storage,
String list)
|
List<XPartition> |
LensMetadataClient.getAllPartitionsOfDimensionTable(String dimTblName,
String storage)
|
List<XPartition> |
LensMetadataClient.getAllPartitionsOfDimensionTable(String dimTblName,
String storage,
String filter)
|
List<XPartition> |
LensClient.getAllPartitionsOfFact(String fact,
String storage)
|
List<XPartition> |
LensClient.getAllPartitionsOfFact(String fact,
String storage,
String list)
|
List<XPartition> |
LensMetadataClient.getPartitionsOfFactTable(String factName,
String storage)
|
List<XPartition> |
LensMetadataClient.getPartitionsOfFactTable(String factName,
String storage,
String filter)
|
| Methods in org.apache.lens.client with parameters of type XPartition | |
|---|---|
APIResult |
LensMetadataClient.addPartitionToDimensionTable(String dimTblName,
String storage,
XPartition partition)
|
APIResult |
LensMetadataClient.addPartitionToFactTable(String fact,
String storage,
XPartition partition)
|
| Uses of XPartition in org.apache.lens.server.api.metastore |
|---|
| Methods in org.apache.lens.server.api.metastore that return types with arguments of type XPartition | |
|---|---|
List<XPartition> |
CubeMetastoreService.getAllPartitionsOfDimTableStorage(LensSessionHandle sessionid,
String dimTblName,
String storage,
String filter)
Get all partitions of a dimension table in a storage |
List<XPartition> |
CubeMetastoreService.getAllPartitionsOfFactStorage(LensSessionHandle sessionid,
String fact,
String storage,
String filter)
Get all partitions of fact on a storage |
| Methods in org.apache.lens.server.api.metastore with parameters of type XPartition | |
|---|---|
void |
CubeMetastoreService.addPartitionToDimStorage(LensSessionHandle sessionid,
String dimTblName,
String storageName,
XPartition partition)
Add partition to dimension table on a storage. |
void |
CubeMetastoreService.addPartitionToFactStorage(LensSessionHandle sessionid,
String fact,
String storageName,
XPartition partition)
Add partition to fact on a storage |
| Uses of XPartition in org.apache.lens.server.metastore |
|---|
| Methods in org.apache.lens.server.metastore that return XPartition | |
|---|---|
static XPartition |
JAXBUtils.xpartitionFromPartition(org.apache.hadoop.hive.ql.metadata.Partition p)
|
| Methods in org.apache.lens.server.metastore that return types with arguments of type XPartition | |
|---|---|
List<XPartition> |
CubeMetastoreServiceImpl.getAllPartitionsOfDimTableStorage(LensSessionHandle sessionid,
String dimension,
String storageName,
String filter)
|
List<XPartition> |
CubeMetastoreServiceImpl.getAllPartitionsOfFactStorage(LensSessionHandle sessionid,
String fact,
String storageName,
String filter)
|
| Methods in org.apache.lens.server.metastore with parameters of type XPartition | |
|---|---|
APIResult |
MetastoreResource.addPartitionToDimStorage(LensSessionHandle sessionid,
String dimTableName,
String storage,
XPartition partition)
Add a new partition for a storage of dimension |
void |
CubeMetastoreServiceImpl.addPartitionToDimStorage(LensSessionHandle sessionid,
String dimTblName,
String storageName,
XPartition partition)
|
APIResult |
MetastoreResource.addPartitionToFactStorage(LensSessionHandle sessionid,
String factName,
String storage,
XPartition partition)
Add a new partition for a storage of fact |
void |
CubeMetastoreServiceImpl.addPartitionToFactStorage(LensSessionHandle sessionid,
String fact,
String storageName,
XPartition partition)
|
static StoragePartitionDesc |
JAXBUtils.storagePartSpecFromXPartition(XPartition xpart)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||