|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |