@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueryExecutionStatistics extends Object implements Serializable, Cloneable, StructuredPojo
The amount of data scanned during the query execution and the amount of time that it took to execute.
Constructor and Description |
---|
QueryExecutionStatistics() |
Modifier and Type | Method and Description |
---|---|
QueryExecutionStatistics |
clone() |
boolean |
equals(Object obj) |
Long |
getDataScannedInBytes()
The number of bytes in the data that was queried.
|
Long |
getEngineExecutionTimeInMillis()
The number of milliseconds that the query took to execute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataScannedInBytes(Long dataScannedInBytes)
The number of bytes in the data that was queried.
|
void |
setEngineExecutionTimeInMillis(Long engineExecutionTimeInMillis)
The number of milliseconds that the query took to execute.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
QueryExecutionStatistics |
withDataScannedInBytes(Long dataScannedInBytes)
The number of bytes in the data that was queried.
|
QueryExecutionStatistics |
withEngineExecutionTimeInMillis(Long engineExecutionTimeInMillis)
The number of milliseconds that the query took to execute.
|
public void setEngineExecutionTimeInMillis(Long engineExecutionTimeInMillis)
The number of milliseconds that the query took to execute.
engineExecutionTimeInMillis
- The number of milliseconds that the query took to execute.public Long getEngineExecutionTimeInMillis()
The number of milliseconds that the query took to execute.
public QueryExecutionStatistics withEngineExecutionTimeInMillis(Long engineExecutionTimeInMillis)
The number of milliseconds that the query took to execute.
engineExecutionTimeInMillis
- The number of milliseconds that the query took to execute.public void setDataScannedInBytes(Long dataScannedInBytes)
The number of bytes in the data that was queried.
dataScannedInBytes
- The number of bytes in the data that was queried.public Long getDataScannedInBytes()
The number of bytes in the data that was queried.
public QueryExecutionStatistics withDataScannedInBytes(Long dataScannedInBytes)
The number of bytes in the data that was queried.
dataScannedInBytes
- The number of bytes in the data that was queried.public String toString()
toString
in class Object
Object.toString()
public QueryExecutionStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.