This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.cube.metadata.StoragePartitionDesc (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.cube.metadata.StoragePartitionDesc

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)
           
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.