|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StoragePartitionDesc | |
|---|---|
| org.apache.lens.cube.metadata | |
| org.apache.lens.server.metastore | |
| org.apache.lens.storage.db | |
| Uses of StoragePartitionDesc in org.apache.lens.cube.metadata |
|---|
| Methods in org.apache.lens.cube.metadata with parameters of type StoragePartitionDesc | |
|---|---|
void |
Storage.addPartition(org.apache.hadoop.hive.ql.metadata.Hive client,
StoragePartitionDesc addPartitionDesc,
Storage.LatestInfo latestInfo)
Add a partition in the underlying hive table and update latest partition links |
void |
CubeMetastoreClient.addPartition(StoragePartitionDesc partSpec,
String storageName)
Add a partition specified by the storage partition desc on the storage passed. |
void |
PartitionMetahook.commitAddPartition(StoragePartitionDesc StoragePartitionDesc)
Called after successfully adding the partition |
void |
HDFSStorage.commitAddPartition(StoragePartitionDesc addPartitionDesc)
|
void |
PartitionMetahook.preAddPartition(StoragePartitionDesc StoragePartitionDesc)
Called before calling add partition |
void |
HDFSStorage.preAddPartition(StoragePartitionDesc addPartitionDesc)
|
void |
PartitionMetahook.rollbackAddPartition(StoragePartitionDesc StoragePartitionDesc)
Called if add partition fails. |
void |
HDFSStorage.rollbackAddPartition(StoragePartitionDesc addPartitionDesc)
|
| Uses of StoragePartitionDesc in org.apache.lens.server.metastore |
|---|
| Methods in org.apache.lens.server.metastore that return StoragePartitionDesc | |
|---|---|
static StoragePartitionDesc |
JAXBUtils.storagePartSpecFromXPartition(XPartition xpart)
|
| Uses of StoragePartitionDesc in org.apache.lens.storage.db |
|---|
| Methods in org.apache.lens.storage.db with parameters of type StoragePartitionDesc | |
|---|---|
void |
DBStorage.commitAddPartition(StoragePartitionDesc arg0)
|
void |
DBStorage.preAddPartition(StoragePartitionDesc arg0)
|
void |
DBStorage.rollbackAddPartition(StoragePartitionDesc arg0)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||