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