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() |
compareToQueryCostType getQueryCostType()
long getEstimatedExecTimeMillis()
throws UnsupportedOperationException
UnsupportedOperationExceptiondouble getEstimatedResourceUsage()
throws UnsupportedOperationException
UnsupportedOperationExceptionCopyright © 2014–2016 Apache Software Foundation. All rights reserved.