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

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

Packages that use XNativeTable
org.apache.lens.api.metastore   
org.apache.lens.client   
org.apache.lens.server.api.metastore   
org.apache.lens.server.metastore   
 

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

Methods in org.apache.lens.api.metastore that return XNativeTable
 XNativeTable ObjectFactory.createXNativeTable()
          Create an instance of XNativeTable
 

Methods in org.apache.lens.api.metastore that return types with arguments of type XNativeTable
 JAXBElement<XNativeTable> ObjectFactory.createXNativeTable(XNativeTable value)
          Create an instance of JAXBElement<XNativeTable>}
 

Methods in org.apache.lens.api.metastore with parameters of type XNativeTable
 JAXBElement<XNativeTable> ObjectFactory.createXNativeTable(XNativeTable value)
          Create an instance of JAXBElement<XNativeTable>}
 

Uses of XNativeTable in org.apache.lens.client
 

Methods in org.apache.lens.client that return XNativeTable
 XNativeTable LensMetadataClient.getNativeTable(String tblName)
           
 XNativeTable LensClient.getNativeTable(String tblName)
           
 

Uses of XNativeTable in org.apache.lens.server.api.metastore
 

Methods in org.apache.lens.server.api.metastore that return XNativeTable
 XNativeTable CubeMetastoreService.getNativeTable(LensSessionHandle sessionid, String name)
          Get native table for the given name
 

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

Methods in org.apache.lens.server.metastore that return XNativeTable
 XNativeTable CubeMetastoreServiceImpl.getNativeTable(LensSessionHandle sessionid, String name)
           
static XNativeTable JAXBUtils.nativeTableFromMetaTable(org.apache.hadoop.hive.ql.metadata.Table table)
           
 

Methods in org.apache.lens.server.metastore that return types with arguments of type XNativeTable
 JAXBElement<XNativeTable> MetastoreResource.getNativeTable(LensSessionHandle sessionid, String tableName)
          Get the native table passed in name
 



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