org.apache.lens.server.api.query
Class DriverSelectorQueryContext.DriverQueryContext

java.lang.Object
  extended by org.apache.lens.server.api.query.DriverSelectorQueryContext.DriverQueryContext
Enclosing class:
DriverSelectorQueryContext

public static class DriverSelectorQueryContext.DriverQueryContext
extends Object


Field Summary
protected  LensDriver driver
           
protected  DriverQueryPlan driverQueryPlan
          Map of driver to query plan
protected  Exception driverQueryPlanGenerationError
           
protected  org.apache.hadoop.conf.Configuration driverSpecificConf
          driver specific query conf
protected  String query
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

protected LensDriver driver

driverQueryPlan

protected DriverQueryPlan driverQueryPlan
Map of driver to query plan


driverSpecificConf

protected org.apache.hadoop.conf.Configuration driverSpecificConf
driver specific query conf


driverQueryPlanGenerationError

protected Exception driverQueryPlanGenerationError

query

protected String query


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