This project has retired. For details please refer to its Attic page.
FinishedLensQuery (Lens 2.0.1-beta-incubating API)

org.apache.lens.server.api.query
Class FinishedLensQuery

java.lang.Object
  extended by org.apache.lens.server.api.query.FinishedLensQuery

public class FinishedLensQuery
extends Object

Class to represent the Finished lens query which is serialized to database.


Constructor Summary
FinishedLensQuery()
          Instantiates a new finished lens query.
FinishedLensQuery(QueryContext ctx)
          Instantiates a new finished lens query.
 
Method Summary
 QueryContext toQueryContext(org.apache.hadoop.conf.Configuration conf, Collection<LensDriver> drivers)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinishedLensQuery

public FinishedLensQuery()
Instantiates a new finished lens query.


FinishedLensQuery

public FinishedLensQuery(QueryContext ctx)
Instantiates a new finished lens query.

Parameters:
ctx - the ctx
Method Detail

toQueryContext

public QueryContext toQueryContext(org.apache.hadoop.conf.Configuration conf,
                                   Collection<LensDriver> drivers)
                            throws LensException
Throws:
LensException


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