T
- public interface QueryCost<T extends QueryCost> extends Comparable<T>
Modifier and Type | Method and Description |
---|---|
T |
add(T queryCost) |
long |
getEstimatedExecTimeMillis() |
double |
getEstimatedResourceUsage() |
QueryCostType |
getQueryCostType() |
compareTo
QueryCostType getQueryCostType()
long getEstimatedExecTimeMillis() throws UnsupportedOperationException
UnsupportedOperationException
double getEstimatedResourceUsage() throws UnsupportedOperationException
UnsupportedOperationException
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.