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

org.apache.lens.api.query
Class EstimateResult

java.lang.Object
  extended by org.apache.lens.api.query.QuerySubmitResult
      extended by org.apache.lens.api.query.EstimateResult

public class EstimateResult
extends QuerySubmitResult

Result returned as call to query cost estimate


Constructor Summary
EstimateResult(QueryCost cost)
          Instantiates a new CostEstimateResult with cost
EstimateResult(String errorMessage)
          Instantiates a new CostEstimateResult with error
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EstimateResult

public EstimateResult(QueryCost cost)
Instantiates a new CostEstimateResult with cost

Parameters:
handle - the handle

EstimateResult

public EstimateResult(String errorMessage)
Instantiates a new CostEstimateResult with error

Parameters:
errorMessage -


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