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

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

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

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

Methods in org.apache.lens.api.metastore that return XTimePartSpec
 XTimePartSpec ObjectFactory.createXTimePartSpec()
          Create an instance of XTimePartSpec
 XTimePartSpec XPartition.getTimePartitionSpec()
          Gets the value of the timePartitionSpec property.
 

Methods in org.apache.lens.api.metastore with parameters of type XTimePartSpec
 void XPartition.setTimePartitionSpec(XTimePartSpec value)
          Sets the value of the timePartitionSpec property.
 

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

Methods in org.apache.lens.server.metastore with parameters of type XTimePartSpec
static Map<String,Date> JAXBUtils.timePartSpecfromXTimePartSpec(XTimePartSpec xtimePartSpec)
           
 



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