@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueryRuntimeStatisticsRows extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
QueryRuntimeStatisticsRows() |
Modifier and Type | Method and Description |
---|---|
QueryRuntimeStatisticsRows |
clone() |
boolean |
equals(Object obj) |
Long |
getInputBytes()
The number of bytes read to execute the query.
|
Long |
getInputRows()
The number of rows read to execute the query.
|
Long |
getOutputBytes()
The number of bytes returned by the query.
|
Long |
getOutputRows()
The number of rows returned by the query.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInputBytes(Long inputBytes)
The number of bytes read to execute the query.
|
void |
setInputRows(Long inputRows)
The number of rows read to execute the query.
|
void |
setOutputBytes(Long outputBytes)
The number of bytes returned by the query.
|
void |
setOutputRows(Long outputRows)
The number of rows returned by the query.
|
String |
toString()
Returns a string representation of this object.
|
QueryRuntimeStatisticsRows |
withInputBytes(Long inputBytes)
The number of bytes read to execute the query.
|
QueryRuntimeStatisticsRows |
withInputRows(Long inputRows)
The number of rows read to execute the query.
|
QueryRuntimeStatisticsRows |
withOutputBytes(Long outputBytes)
The number of bytes returned by the query.
|
QueryRuntimeStatisticsRows |
withOutputRows(Long outputRows)
The number of rows returned by the query.
|
public void setInputRows(Long inputRows)
The number of rows read to execute the query.
inputRows
- The number of rows read to execute the query.public Long getInputRows()
The number of rows read to execute the query.
public QueryRuntimeStatisticsRows withInputRows(Long inputRows)
The number of rows read to execute the query.
inputRows
- The number of rows read to execute the query.public void setInputBytes(Long inputBytes)
The number of bytes read to execute the query.
inputBytes
- The number of bytes read to execute the query.public Long getInputBytes()
The number of bytes read to execute the query.
public QueryRuntimeStatisticsRows withInputBytes(Long inputBytes)
The number of bytes read to execute the query.
inputBytes
- The number of bytes read to execute the query.public void setOutputBytes(Long outputBytes)
The number of bytes returned by the query.
outputBytes
- The number of bytes returned by the query.public Long getOutputBytes()
The number of bytes returned by the query.
public QueryRuntimeStatisticsRows withOutputBytes(Long outputBytes)
The number of bytes returned by the query.
outputBytes
- The number of bytes returned by the query.public void setOutputRows(Long outputRows)
The number of rows returned by the query.
outputRows
- The number of rows returned by the query.public Long getOutputRows()
The number of rows returned by the query.
public QueryRuntimeStatisticsRows withOutputRows(Long outputRows)
The number of rows returned by the query.
outputRows
- The number of rows returned by the query.public String toString()
toString
in class Object
Object.toString()
public QueryRuntimeStatisticsRows clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.