Class QueryRuntimeStatisticsRows
- java.lang.Object
-
- software.amazon.awssdk.services.athena.model.QueryRuntimeStatisticsRows
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QueryRuntimeStatisticsRows.Builder,QueryRuntimeStatisticsRows>
@Generated("software.amazon.awssdk:codegen") public final class QueryRuntimeStatisticsRows extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryRuntimeStatisticsRows.Builder,QueryRuntimeStatisticsRows>
Statistics such as input rows and bytes read by the query, rows and bytes output by the query, and the number of rows written by the query.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQueryRuntimeStatisticsRows.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryRuntimeStatisticsRows.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LonginputBytes()The number of bytes read to execute the query.LonginputRows()The number of rows read to execute the query.LongoutputBytes()The number of bytes returned by the query.LongoutputRows()The number of rows returned by the query.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends QueryRuntimeStatisticsRows.Builder>serializableBuilderClass()QueryRuntimeStatisticsRows.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
inputRows
public final Long inputRows()
The number of rows read to execute the query.
- Returns:
- The number of rows read to execute the query.
-
inputBytes
public final Long inputBytes()
The number of bytes read to execute the query.
- Returns:
- The number of bytes read to execute the query.
-
outputBytes
public final Long outputBytes()
The number of bytes returned by the query.
- Returns:
- The number of bytes returned by the query.
-
outputRows
public final Long outputRows()
The number of rows returned by the query.
- Returns:
- The number of rows returned by the query.
-
toBuilder
public QueryRuntimeStatisticsRows.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<QueryRuntimeStatisticsRows.Builder,QueryRuntimeStatisticsRows>
-
builder
public static QueryRuntimeStatisticsRows.Builder builder()
-
serializableBuilderClass
public static Class<? extends QueryRuntimeStatisticsRows.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-