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

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

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

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

Methods in org.apache.lens.api.metastore that return XPartSpec
 XPartSpec ObjectFactory.createXPartSpec()
          Create an instance of XPartSpec
 XPartSpec XPartition.getFullPartitionSpec()
          Gets the value of the fullPartitionSpec property.
 XPartSpec XPartition.getNonTimePartitionSpec()
          Gets the value of the nonTimePartitionSpec property.
 

Methods in org.apache.lens.api.metastore with parameters of type XPartSpec
 void XPartition.setFullPartitionSpec(XPartSpec value)
          Sets the value of the fullPartitionSpec property.
 void XPartition.setNonTimePartitionSpec(XPartSpec value)
          Sets the value of the nonTimePartitionSpec property.
 

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

Methods in org.apache.lens.server.metastore with parameters of type XPartSpec
static Map<String,String> JAXBUtils.nonTimePartSpecfromXNonTimePartSpec(XPartSpec xnonTimePartSpec)
           
 



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