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

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

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

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

Methods in org.apache.lens.api.metastore that return XMeasure
 XMeasure ObjectFactory.createXMeasure()
          Create an instance of XMeasure
 XMeasure XFlattenedColumn.getMeasure()
          Gets the value of the measure property.
 

Methods in org.apache.lens.api.metastore that return types with arguments of type XMeasure
 List<XMeasure> XMeasures.getMeasure()
          Gets the value of the measure property.
 

Methods in org.apache.lens.api.metastore with parameters of type XMeasure
 void XFlattenedColumn.setMeasure(XMeasure value)
          Sets the value of the measure property.
 

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

Methods in org.apache.lens.server.metastore that return XMeasure
static XMeasure JAXBUtils.xMeasureFromHiveMeasure(CubeMeasure cm)
          Create XMeasure from hive ql cube measure
 

Methods in org.apache.lens.server.metastore with parameters of type XMeasure
static CubeMeasure JAXBUtils.hiveMeasureFromXMeasure(XMeasure xm)
          Create hive ql CubeMeasure from JAXB counterpart
 



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