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

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

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

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

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

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

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

Uses of XFactTable in org.apache.lens.client
 

Methods in org.apache.lens.client that return XFactTable
 XFactTable LensMetadataClient.getFactTable(String factTableName)
           
 XFactTable LensClient.getFactTable(String factName)
           
 

Methods in org.apache.lens.client that return types with arguments of type XFactTable
 List<XFactTable> LensMetadataClient.getAllFactTables(String cubeName)
           
 

Methods in org.apache.lens.client with parameters of type XFactTable
 APIResult LensMetadataClient.createFactTable(XFactTable f)
           
 APIResult LensMetadataClient.updateFactTable(String factName, XFactTable table)
           
 

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

Methods in org.apache.lens.server.api.metastore that return XFactTable
 XFactTable CubeMetastoreService.getFactTable(LensSessionHandle sessionid, String fact)
          Get fact table given by name
 

Methods in org.apache.lens.server.api.metastore that return types with arguments of type XFactTable
 List<XFactTable> CubeMetastoreService.getAllFactsOfCube(LensSessionHandle sessionid, String cubeName)
          Get all facts of cube.
 

Methods in org.apache.lens.server.api.metastore with parameters of type XFactTable
 void CubeMetastoreService.createFactTable(LensSessionHandle sessionid, XFactTable fact)
          Create fact table
 void CubeMetastoreService.updateFactTable(LensSessionHandle sessionid, XFactTable fact)
          Update/Alter fact table
 

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

Methods in org.apache.lens.server.metastore that return XFactTable
static XFactTable JAXBUtils.factTableFromCubeFactTable(CubeFactTable cFact)
           
 XFactTable CubeMetastoreServiceImpl.getFactTable(LensSessionHandle sessionid, String fact)
           
 

Methods in org.apache.lens.server.metastore that return types with arguments of type XFactTable
 List<XFactTable> MetastoreResource.getAllFactsOfCube(LensSessionHandle sessionid, String cubeName)
          Get all facts that belong to a cube in the metastore
 List<XFactTable> CubeMetastoreServiceImpl.getAllFactsOfCube(LensSessionHandle sessionid, String cubeName)
           
 JAXBElement<XFactTable> MetastoreResource.getFactTable(LensSessionHandle sessionid, String factName)
          Get the fact table specified by name
 

Methods in org.apache.lens.server.metastore with parameters of type XFactTable
 APIResult MetastoreResource.createFactTable(LensSessionHandle sessionid, XFactTable fact)
          Create a new fact tabble
 void CubeMetastoreServiceImpl.createFactTable(LensSessionHandle sessionid, XFactTable fact)
           
static CubeFactTable JAXBUtils.cubeFactFromFactTable(XFactTable fact)
           
 APIResult MetastoreResource.updateFactTable(LensSessionHandle sessionid, String factName, XFactTable fact)
          Update fact table definition
 void CubeMetastoreServiceImpl.updateFactTable(LensSessionHandle sessionid, XFactTable fact)
           
 



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