This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.cube.metadata.StoragePartitionDesc (Lens 2.1.0-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 single partition to storage.
 void CubeMetastoreClient.addPartition(StoragePartitionDesc partSpec, String storageName)
          Add a partition specified by the storage partition desc on the storage passed.
 

Method parameters in org.apache.lens.cube.metadata with type arguments of type StoragePartitionDesc
 void Storage.addPartitions(org.apache.hadoop.hive.ql.metadata.Hive client, String factOrDimTable, UpdatePeriod updatePeriod, List<StoragePartitionDesc> storagePartitionDescs, Map<Map<String,String>,Storage.LatestInfo> latestInfos)
          Add given partitions in the underlying hive table and update latest partition links
 void CubeMetastoreClient.addPartitions(List<StoragePartitionDesc> storagePartitionDescs, String storageName)
          batch addition
 void PartitionMetahook.commitAddPartitions(List<StoragePartitionDesc> storagePartitionDesc)
          Called after successfully adding the partition
 void HDFSStorage.commitAddPartitions(List<StoragePartitionDesc> addPartitionDesc)
           
 void PartitionMetahook.preAddPartitions(List<StoragePartitionDesc> storagePartitionDesc)
          Called before calling add partition
 void HDFSStorage.preAddPartitions(List<StoragePartitionDesc> addPartitionDesc)
           
 void PartitionMetahook.rollbackAddPartitions(List<StoragePartitionDesc> storagePartitionDesc)
          Called if add partition fails.
 void HDFSStorage.rollbackAddPartitions(List<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)
           
 

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
 

Method parameters in org.apache.lens.storage.db with type arguments of type StoragePartitionDesc
 void DBStorage.commitAddPartitions(List<StoragePartitionDesc> arg0)
           
 void DBStorage.preAddPartitions(List<StoragePartitionDesc> arg0)
           
 void DBStorage.rollbackAddPartitions(List<StoragePartitionDesc> arg0)
           
 



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