| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionStats |
ExecutionStats.clone() |
ExecutionStats |
ScheduledQueryRunSummary.getExecutionStats()
Runtime statistics for a scheduled run.
|
ExecutionStats |
ExecutionStats.withBytesMetered(Long bytesMetered)
Bytes metered for a single scheduled query run.
|
ExecutionStats |
ExecutionStats.withDataWrites(Long dataWrites)
Data writes metered for records ingested in a single scheduled query run.
|
ExecutionStats |
ExecutionStats.withExecutionTimeInMillis(Long executionTimeInMillis)
Total time, measured in milliseconds, that was needed for the scheduled query run to complete.
|
ExecutionStats |
ExecutionStats.withQueryResultRows(Long queryResultRows)
Number of rows present in the output from running a query before ingestion to destination data source.
|
ExecutionStats |
ExecutionStats.withRecordsIngested(Long recordsIngested)
The number of records ingested for a single scheduled query run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduledQueryRunSummary.setExecutionStats(ExecutionStats executionStats)
Runtime statistics for a scheduled run.
|
ScheduledQueryRunSummary |
ScheduledQueryRunSummary.withExecutionStats(ExecutionStats executionStats)
Runtime statistics for a scheduled run.
|
Copyright © 2024. All rights reserved.