|
||||||||||
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)
|
Method parameters in org.apache.lens.cube.metadata with type arguments of type StoragePartitionDesc | |
---|---|
void |
CubeMetastoreClient.addPartitions(List<StoragePartitionDesc> storagePartitionDescs,
String storageName)
|
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)
|
Methods in org.apache.lens.server.metastore that return types with arguments of type StoragePartitionDesc | |
---|---|
static List<StoragePartitionDesc> |
JAXBUtils.storagePartSpecListFromXPartitionList(XPartitionList xpartList)
|
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 |