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

Uses of Class
org.apache.lens.api.query.LensQuery

Packages that use LensQuery
org.apache.lens.client   
org.apache.lens.server.api.query   
org.apache.lens.server.query   
org.apache.lens.server.ui   
 

Uses of LensQuery in org.apache.lens.client
 

Methods in org.apache.lens.client that return LensQuery
 LensQuery LensStatement.getQuery()
           
 LensQuery LensClient.LensClientResultSetWithStats.getQuery()
           
 LensQuery LensStatement.getQuery(QueryHandle handle)
          Gets the query.
 

Methods in org.apache.lens.client with parameters of type LensQuery
 QueryResult LensStatement.getResultSet(LensQuery query)
          Gets the result set.
 QueryResultSetMetadata LensStatement.getResultSetMetaData(LensQuery query)
          Gets the result set meta data.
 boolean LensStatement.kill(LensQuery query)
          Kill.
 

Constructors in org.apache.lens.client with parameters of type LensQuery
LensClient.LensClientResultSetWithStats(LensClientResultSet resultSet, LensQuery query)
           
 

Uses of LensQuery in org.apache.lens.server.api.query
 

Methods in org.apache.lens.server.api.query that return LensQuery
 LensQuery QueryExecutionService.getQuery(LensSessionHandle sessionHandle, QueryHandle queryHandle)
          Get the query, specified by the handle.
 LensQuery QueryContext.toLensQuery()
          To lens query.
 

Uses of LensQuery in org.apache.lens.server.query
 

Methods in org.apache.lens.server.query that return LensQuery
 LensQuery QueryExecutionServiceImpl.getQuery(LensSessionHandle sessionHandle, QueryHandle queryHandle)
           
 LensQuery QueryServiceResource.getStatus(LensSessionHandle sessionid, String queryHandle)
          Get lens query and its current status.
 

Uses of LensQuery in org.apache.lens.server.ui
 

Methods in org.apache.lens.server.ui that return LensQuery
 LensQuery QueryServiceUIResource.getStatus(UUID publicId, String queryHandle)
          Get lens query and its current status.
 



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