@Generated(value="software.amazon.awssdk:codegen") public final class QueryExecutionStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryExecutionStatistics.Builder,QueryExecutionStatistics>
The amount of data scanned during the query execution and the amount of time that it took to execute, and the type of statement that was run.
Modifier and Type | Class and Description |
---|---|
static interface |
QueryExecutionStatistics.Builder |
Modifier and Type | Method and Description |
---|---|
static QueryExecutionStatistics.Builder |
builder() |
Long |
dataScannedInBytes()
The number of bytes in the data that was queried.
|
Long |
engineExecutionTimeInMillis()
The number of milliseconds that the query took to execute.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueryExecutionStatistics.Builder> |
serializableBuilderClass() |
QueryExecutionStatistics.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Long engineExecutionTimeInMillis()
The number of milliseconds that the query took to execute.
public Long dataScannedInBytes()
The number of bytes in the data that was queried.
public QueryExecutionStatistics.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<QueryExecutionStatistics.Builder,QueryExecutionStatistics>
public static QueryExecutionStatistics.Builder builder()
public static Class<? extends QueryExecutionStatistics.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.