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

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

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

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

Methods in org.apache.lens.api.metastore that return XDimAttribute
 XDimAttribute ObjectFactory.createXDimAttribute()
          Create an instance of XDimAttribute
 XDimAttribute XFlattenedColumn.getDimAttribute()
          Gets the value of the dimAttribute property.
 

Methods in org.apache.lens.api.metastore that return types with arguments of type XDimAttribute
 List<XDimAttribute> XDimAttributes.getDimAttribute()
          Gets the value of the dimAttribute property.
 

Methods in org.apache.lens.api.metastore with parameters of type XDimAttribute
 void XFlattenedColumn.setDimAttribute(XDimAttribute value)
          Sets the value of the dimAttribute property.
 

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

Methods in org.apache.lens.server.metastore that return XDimAttribute
static XDimAttribute JAXBUtils.xDimAttrFromHiveDimAttr(CubeDimAttribute cd, AbstractBaseTable baseTable)
          Create XDimAttribute from CubeDimAttribute
 

Methods in org.apache.lens.server.metastore with parameters of type XDimAttribute
static CubeDimAttribute JAXBUtils.hiveDimAttrFromXDimAttr(XDimAttribute xd)
          Create a hive ql CubeDimension from JAXB counterpart
 



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