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

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

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

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

Methods in org.apache.lens.api.metastore that return XStorageTables
 XStorageTables ObjectFactory.createXStorageTables()
          Create an instance of XStorageTables
 XStorageTables XFactTable.getStorageTables()
          Gets the value of the storageTables property.
 XStorageTables XDimensionTable.getStorageTables()
          Gets the value of the storageTables property.
 

Methods in org.apache.lens.api.metastore with parameters of type XStorageTables
 void XFactTable.setStorageTables(XStorageTables value)
          Sets the value of the storageTables property.
 void XDimensionTable.setStorageTables(XStorageTables value)
          Sets the value of the storageTables property.
 

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

Methods in org.apache.lens.server.metastore with parameters of type XStorageTables
static Map<String,UpdatePeriod> JAXBUtils.dumpPeriodsFromStorageTables(XStorageTables storageTables)
           
static Map<String,Set<UpdatePeriod>> JAXBUtils.getFactUpdatePeriodsFromStorageTables(XStorageTables storageTables)
           
static Map<String,StorageTableDesc> JAXBUtils.storageTableMapFromXStorageTables(XStorageTables storageTables)
           
 



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