@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Statistics related to the processing of a query statement.
Constructor and Description |
---|
ExecutionStatistics() |
Modifier and Type | Method and Description |
---|---|
ExecutionStatistics |
clone() |
boolean |
equals(Object obj) |
Long |
getAverageExecutionTimeMillis()
The average time the request took to be executed.
|
Long |
getDataScannedBytes()
The amount of data that was scanned in bytes.
|
Long |
getWorkUnitsExecutedCount()
The number of work units executed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAverageExecutionTimeMillis(Long averageExecutionTimeMillis)
The average time the request took to be executed.
|
void |
setDataScannedBytes(Long dataScannedBytes)
The amount of data that was scanned in bytes.
|
void |
setWorkUnitsExecutedCount(Long workUnitsExecutedCount)
The number of work units executed.
|
String |
toString()
Returns a string representation of this object.
|
ExecutionStatistics |
withAverageExecutionTimeMillis(Long averageExecutionTimeMillis)
The average time the request took to be executed.
|
ExecutionStatistics |
withDataScannedBytes(Long dataScannedBytes)
The amount of data that was scanned in bytes.
|
ExecutionStatistics |
withWorkUnitsExecutedCount(Long workUnitsExecutedCount)
The number of work units executed.
|
public void setAverageExecutionTimeMillis(Long averageExecutionTimeMillis)
The average time the request took to be executed.
averageExecutionTimeMillis
- The average time the request took to be executed.public Long getAverageExecutionTimeMillis()
The average time the request took to be executed.
public ExecutionStatistics withAverageExecutionTimeMillis(Long averageExecutionTimeMillis)
The average time the request took to be executed.
averageExecutionTimeMillis
- The average time the request took to be executed.public void setDataScannedBytes(Long dataScannedBytes)
The amount of data that was scanned in bytes.
dataScannedBytes
- The amount of data that was scanned in bytes.public Long getDataScannedBytes()
The amount of data that was scanned in bytes.
public ExecutionStatistics withDataScannedBytes(Long dataScannedBytes)
The amount of data that was scanned in bytes.
dataScannedBytes
- The amount of data that was scanned in bytes.public void setWorkUnitsExecutedCount(Long workUnitsExecutedCount)
The number of work units executed.
workUnitsExecutedCount
- The number of work units executed.public Long getWorkUnitsExecutedCount()
The number of work units executed.
public ExecutionStatistics withWorkUnitsExecutedCount(Long workUnitsExecutedCount)
The number of work units executed.
workUnitsExecutedCount
- The number of work units executed.public String toString()
toString
in class Object
Object.toString()
public ExecutionStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.