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

Uses of Class
org.apache.lens.cube.metadata.Storage.LatestInfo

Packages that use Storage.LatestInfo
org.apache.lens.cube.metadata   
 

Uses of Storage.LatestInfo in org.apache.lens.cube.metadata
 

Methods in org.apache.lens.cube.metadata with parameters of type Storage.LatestInfo
 void Storage.addPartition(org.apache.hadoop.hive.ql.metadata.Hive client, StoragePartitionDesc addPartitionDesc, Storage.LatestInfo latestInfo)
          Add single partition to storage.
 

Method parameters in org.apache.lens.cube.metadata with type arguments of type Storage.LatestInfo
 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 Storage.dropPartition(org.apache.hadoop.hive.ql.metadata.Hive client, String storageTableName, List<String> partVals, Map<String,Storage.LatestInfo> updateLatestInfo, Map<String,String> nonTimePartSpec)
          Drop the partition in the underlying hive table and update latest partition link
 



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