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.