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

org.apache.lens.server.api.query
Class AbstractQueryContext.DriverEstimateRunnable

java.lang.Object
  extended by org.apache.lens.server.api.query.AbstractQueryContext.DriverEstimateRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
AbstractQueryContext

public static class AbstractQueryContext.DriverEstimateRunnable
extends Object
implements Runnable

Runnable to wrap estimate computation for a driver. Failure cause and success status are stored as field members


Constructor Summary
AbstractQueryContext.DriverEstimateRunnable(AbstractQueryContext queryContext, LensDriver driver)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractQueryContext.DriverEstimateRunnable

public AbstractQueryContext.DriverEstimateRunnable(AbstractQueryContext queryContext,
                                                   LensDriver driver)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


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