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

Uses of Class
org.apache.lens.api.metastore.XPartitionList

Packages that use XPartitionList
org.apache.lens.api.metastore   
org.apache.lens.server.metastore   
 

Uses of XPartitionList in org.apache.lens.api.metastore
 

Methods in org.apache.lens.api.metastore that return XPartitionList
 XPartitionList ObjectFactory.createXPartitionList()
          Create an instance of XPartitionList
 

Methods in org.apache.lens.api.metastore that return types with arguments of type XPartitionList
 JAXBElement<XPartitionList> ObjectFactory.createXPartitionList(XPartitionList value)
          Create an instance of JAXBElement<XPartitionList>}
 

Methods in org.apache.lens.api.metastore with parameters of type XPartitionList
 JAXBElement<XPartitionList> ObjectFactory.createXPartitionList(XPartitionList value)
          Create an instance of JAXBElement<XPartitionList>}
 

Uses of XPartitionList in org.apache.lens.server.metastore
 

Methods in org.apache.lens.server.metastore that return types with arguments of type XPartitionList
 JAXBElement<XPartitionList> MetastoreResource.getAllPartitionsOfDimStorage(LensSessionHandle sessionid, String dimension, String storage, String filter)
          Get all partition of the dimension table in the specified storage; can be filtered
 JAXBElement<XPartitionList> MetastoreResource.getAllPartitionsOfFactStorageByFilter(LensSessionHandle sessionid, String factName, String storage, String filter)
          Get all partitions of the fact table in the specified storage; can be filtered as well.
 



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