Uses of Interface
software.amazon.awssdk.services.timestreamquery.model.ExecutionStats.Builder
-
Packages that use ExecutionStats.Builder Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of ExecutionStats.Builder in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return ExecutionStats.Builder Modifier and Type Method Description static ExecutionStats.BuilderExecutionStats. builder()ExecutionStats.BuilderExecutionStats.Builder. bytesMetered(Long bytesMetered)Bytes metered for a single scheduled query run.ExecutionStats.BuilderExecutionStats.Builder. dataWrites(Long dataWrites)Data writes metered for records ingested in a single scheduled query run.ExecutionStats.BuilderExecutionStats.Builder. executionTimeInMillis(Long executionTimeInMillis)Total time, measured in milliseconds, that was needed for the scheduled query run to complete.ExecutionStats.BuilderExecutionStats.Builder. queryResultRows(Long queryResultRows)Number of rows present in the output from running a query before ingestion to destination data source.ExecutionStats.BuilderExecutionStats.Builder. recordsIngested(Long recordsIngested)The number of records ingested for a single scheduled query run.ExecutionStats.BuilderExecutionStats. toBuilder()Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type ExecutionStats.Builder Modifier and Type Method Description static Class<? extends ExecutionStats.Builder>ExecutionStats. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type ExecutionStats.Builder Modifier and Type Method Description default ScheduledQueryRunSummary.BuilderScheduledQueryRunSummary.Builder. executionStats(Consumer<ExecutionStats.Builder> executionStats)Runtime statistics for a scheduled run.
-