public class QueryCostTO extends QuerySubmitResult implements Serializable
ToYAMLString.FieldNameAndValue
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.
|
append, appendFields, fromXMLString, getFieldsToAppend, toString, toXMLString
@ConstructorProperties(value={"estimatedExecTimeMillis","estimatedResourceUsage","costType"}) @Generated(value="lombok") public QueryCostTO(Long estimatedExecTimeMillis, Double estimatedResourceUsage, QueryCostType costType)
@Generated(value="lombok") public Long getEstimatedExecTimeMillis()
@Generated(value="lombok") public Double getEstimatedResourceUsage()
@Generated(value="lombok") public QueryCostType getCostType()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.