public class QueryCostTO extends QuerySubmitResult implements Serializable
Constructor and Description |
---|
QueryCostTO(Long estimatedExecTimeMillis,
Double estimatedResourceUsage,
QueryCostType costType) |
Modifier and Type | Method and Description |
---|---|
QueryCostType |
getCostType()
Normalized query cost, calculated by driver
|
Long |
getEstimatedExecTimeMillis()
The estimated exec time millis.
|
Double |
getEstimatedResourceUsage()
The estimated resource usage.
|
String |
toString() |
@ConstructorProperties(value={"estimatedExecTimeMillis","estimatedResourceUsage","costType"}) @Generated(value="lombok") public QueryCostTO(Long estimatedExecTimeMillis, Double estimatedResourceUsage, QueryCostType costType)
@Generated(value="lombok") public String toString()
@Generated(value="lombok") public Long getEstimatedExecTimeMillis()
@Generated(value="lombok") public Double getEstimatedResourceUsage()
@Generated(value="lombok") public QueryCostType getCostType()
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.