@Generated(value="software.amazon.awssdk:codegen") public final class QueryEvalStats extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryEvalStats.Builder,QueryEvalStats>
Structure to capture query statistics such as how many queries are running, accepted or waiting and their details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueryEvalStats.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QueryEvalStats.Builder |
builder() |
Boolean |
cancelled()
Set to
TRUE if the query was cancelled, or FALSE otherwise. |
Integer |
elapsed()
The number of milliseconds the query has been running so far.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueryEvalStats.Builder> |
serializableBuilderClass() |
Document |
subqueries()
The number of subqueries in this query.
|
QueryEvalStats.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
waited()
Indicates how long the query waited, in milliseconds.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer waited()
Indicates how long the query waited, in milliseconds.
public final Integer elapsed()
The number of milliseconds the query has been running so far.
public final Boolean cancelled()
Set to TRUE if the query was cancelled, or FALSE otherwise.
TRUE if the query was cancelled, or FALSE otherwise.public final Document subqueries()
The number of subqueries in this query.
public QueryEvalStats.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QueryEvalStats.Builder,QueryEvalStats>public static QueryEvalStats.Builder builder()
public static Class<? extends QueryEvalStats.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.