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

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

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

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

Methods in org.apache.lens.api.metastore that return XColumns
 XColumns ObjectFactory.createXColumns()
          Create an instance of XColumns
 XColumns XNativeTable.getColumns()
          Gets the value of the columns property.
 XColumns XFactTable.getColumns()
          Gets the value of the columns property.
 XColumns XDimensionTable.getColumns()
          Gets the value of the columns property.
 XColumns XStorageTableDesc.getPartCols()
          Gets the value of the partCols property.
 

Methods in org.apache.lens.api.metastore with parameters of type XColumns
 void XNativeTable.setColumns(XColumns value)
          Sets the value of the columns property.
 void XFactTable.setColumns(XColumns value)
          Sets the value of the columns property.
 void XDimensionTable.setColumns(XColumns value)
          Sets the value of the columns property.
 void XStorageTableDesc.setPartCols(XColumns value)
          Sets the value of the partCols property.
 

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

Methods in org.apache.lens.server.metastore with parameters of type XColumns
static ArrayList<org.apache.hadoop.hive.metastore.api.FieldSchema> JAXBUtils.fieldSchemaListFromColumns(XColumns columns)
           
 



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