Uses of Class
org.apache.lens.server.api.annotations.MultiPurposeResource

Packages that use MultiPurposeResource
org.apache.lens.server.query   
 

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

Methods in org.apache.lens.server.query with annotations of type MultiPurposeResource
 QuerySubmitResult QueryServiceResource.executePrepared(LensSessionHandle sessionid, String prepareHandle, String operation, LensConf conf, Long timeoutmillis, String queryName)
          Submit prepared query for execution.
 QuerySubmitResult QueryServiceResource.prepareQuery(LensSessionHandle sessionid, String query, String operation, LensConf conf, String queryName)
          Prepare a query or 'explain and prepare' the query.
 QuerySubmitResult QueryServiceResource.query(LensSessionHandle sessionid, String query, String operation, LensConf conf, Long timeoutmillis, String queryName)
          Submit the query for explain or execute or execute with a timeout.
 



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