@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionStats extends Object implements Serializable, Cloneable, StructuredPojo
Statistics for a single scheduled query run.
Constructor and Description |
---|
ExecutionStats() |
Modifier and Type | Method and Description |
---|---|
ExecutionStats |
clone() |
boolean |
equals(Object obj) |
Long |
getBytesMetered()
Bytes metered for a single scheduled query run.
|
Long |
getCumulativeBytesScanned()
Bytes scanned for a single scheduled query run.
|
Long |
getDataWrites()
Data writes metered for records ingested in a single scheduled query run.
|
Long |
getExecutionTimeInMillis()
Total time, measured in milliseconds, that was needed for the scheduled query run to complete.
|
Long |
getQueryResultRows()
Number of rows present in the output from running a query before ingestion to destination data source.
|
Long |
getRecordsIngested()
The number of records ingested for a single scheduled query run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBytesMetered(Long bytesMetered)
Bytes metered for a single scheduled query run.
|
void |
setCumulativeBytesScanned(Long cumulativeBytesScanned)
Bytes scanned for a single scheduled query run.
|
void |
setDataWrites(Long dataWrites)
Data writes metered for records ingested in a single scheduled query run.
|
void |
setExecutionTimeInMillis(Long executionTimeInMillis)
Total time, measured in milliseconds, that was needed for the scheduled query run to complete.
|
void |
setQueryResultRows(Long queryResultRows)
Number of rows present in the output from running a query before ingestion to destination data source.
|
void |
setRecordsIngested(Long recordsIngested)
The number of records ingested for a single scheduled query run.
|
String |
toString()
Returns a string representation of this object.
|
ExecutionStats |
withBytesMetered(Long bytesMetered)
Bytes metered for a single scheduled query run.
|
ExecutionStats |
withCumulativeBytesScanned(Long cumulativeBytesScanned)
Bytes scanned for a single scheduled query run.
|
ExecutionStats |
withDataWrites(Long dataWrites)
Data writes metered for records ingested in a single scheduled query run.
|
ExecutionStats |
withExecutionTimeInMillis(Long executionTimeInMillis)
Total time, measured in milliseconds, that was needed for the scheduled query run to complete.
|
ExecutionStats |
withQueryResultRows(Long queryResultRows)
Number of rows present in the output from running a query before ingestion to destination data source.
|
ExecutionStats |
withRecordsIngested(Long recordsIngested)
The number of records ingested for a single scheduled query run.
|
public void setExecutionTimeInMillis(Long executionTimeInMillis)
Total time, measured in milliseconds, that was needed for the scheduled query run to complete.
executionTimeInMillis
- Total time, measured in milliseconds, that was needed for the scheduled query run to complete.public Long getExecutionTimeInMillis()
Total time, measured in milliseconds, that was needed for the scheduled query run to complete.
public ExecutionStats withExecutionTimeInMillis(Long executionTimeInMillis)
Total time, measured in milliseconds, that was needed for the scheduled query run to complete.
executionTimeInMillis
- Total time, measured in milliseconds, that was needed for the scheduled query run to complete.public void setDataWrites(Long dataWrites)
Data writes metered for records ingested in a single scheduled query run.
dataWrites
- Data writes metered for records ingested in a single scheduled query run.public Long getDataWrites()
Data writes metered for records ingested in a single scheduled query run.
public ExecutionStats withDataWrites(Long dataWrites)
Data writes metered for records ingested in a single scheduled query run.
dataWrites
- Data writes metered for records ingested in a single scheduled query run.public void setBytesMetered(Long bytesMetered)
Bytes metered for a single scheduled query run.
bytesMetered
- Bytes metered for a single scheduled query run.public Long getBytesMetered()
Bytes metered for a single scheduled query run.
public ExecutionStats withBytesMetered(Long bytesMetered)
Bytes metered for a single scheduled query run.
bytesMetered
- Bytes metered for a single scheduled query run.public void setCumulativeBytesScanned(Long cumulativeBytesScanned)
Bytes scanned for a single scheduled query run.
cumulativeBytesScanned
- Bytes scanned for a single scheduled query run.public Long getCumulativeBytesScanned()
Bytes scanned for a single scheduled query run.
public ExecutionStats withCumulativeBytesScanned(Long cumulativeBytesScanned)
Bytes scanned for a single scheduled query run.
cumulativeBytesScanned
- Bytes scanned for a single scheduled query run.public void setRecordsIngested(Long recordsIngested)
The number of records ingested for a single scheduled query run.
recordsIngested
- The number of records ingested for a single scheduled query run.public Long getRecordsIngested()
The number of records ingested for a single scheduled query run.
public ExecutionStats withRecordsIngested(Long recordsIngested)
The number of records ingested for a single scheduled query run.
recordsIngested
- The number of records ingested for a single scheduled query run.public void setQueryResultRows(Long queryResultRows)
Number of rows present in the output from running a query before ingestion to destination data source.
queryResultRows
- Number of rows present in the output from running a query before ingestion to destination data source.public Long getQueryResultRows()
Number of rows present in the output from running a query before ingestion to destination data source.
public ExecutionStats withQueryResultRows(Long queryResultRows)
Number of rows present in the output from running a query before ingestion to destination data source.
queryResultRows
- Number of rows present in the output from running a query before ingestion to destination data source.public String toString()
toString
in class Object
Object.toString()
public ExecutionStats clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.