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

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

Packages that use QueryHandleWithResultSet
org.apache.lens.server.api.query   
org.apache.lens.server.query   
 

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

Methods in org.apache.lens.server.api.query that return QueryHandleWithResultSet
 QueryHandleWithResultSet QueryExecutionService.execute(LensSessionHandle sessionHandle, String query, long timeoutmillis, LensConf conf, String queryName)
          Execute the query with a timeout.
 QueryHandleWithResultSet QueryExecutionService.executePrepare(LensSessionHandle sessionHandle, QueryPrepareHandle prepareHandle, long timeoutmillis, LensConf conf, String queryName)
          Execute already prepared query with timeout.
 

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

Methods in org.apache.lens.server.query that return QueryHandleWithResultSet
 QueryHandleWithResultSet QueryExecutionServiceImpl.execute(LensSessionHandle sessionHandle, String query, long timeoutMillis, LensConf conf, String queryName)
           
 QueryHandleWithResultSet QueryExecutionServiceImpl.executePrepare(LensSessionHandle sessionHandle, QueryPrepareHandle prepareHandle, long timeoutMillis, LensConf conf, String queryName)
           
 



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