Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
QueryTimelineSample |
QueryTimelineSample.clone() |
QueryTimelineSample |
QueryTimelineSample.set(String fieldName,
Object value) |
QueryTimelineSample |
QueryTimelineSample.setActiveUnits(Long activeUnits)
Total number of active workers.
|
QueryTimelineSample |
QueryTimelineSample.setCompletedUnits(Long completedUnits)
Total parallel units of work completed by this query.
|
QueryTimelineSample |
QueryTimelineSample.setElapsedMs(Long elapsedMs)
Milliseconds elapsed since the start of query execution.
|
QueryTimelineSample |
QueryTimelineSample.setEstimatedRunnableUnits(Long estimatedRunnableUnits)
Units of work that can be scheduled immediately.
|
QueryTimelineSample |
QueryTimelineSample.setPendingUnits(Long pendingUnits)
Total units of work remaining for the query.
|
QueryTimelineSample |
QueryTimelineSample.setShuffleRamUsageRatio(Double shuffleRamUsageRatio)
Total shuffle usage ratio in shuffle RAM per reservation of this query.
|
QueryTimelineSample |
QueryTimelineSample.setTotalSlotMs(Long totalSlotMs)
Cumulative slot-ms consumed by the query.
|
Modifier and Type | Method and Description |
---|---|
List<QueryTimelineSample> |
JobStatistics4.getTimeline()
Output only.
|
List<QueryTimelineSample> |
JobStatistics2.getTimeline()
Output only.
|
List<QueryTimelineSample> |
JobStatistics3.getTimeline()
Output only.
|
Modifier and Type | Method and Description |
---|---|
JobStatistics4 |
JobStatistics4.setTimeline(List<QueryTimelineSample> timeline)
Output only.
|
JobStatistics2 |
JobStatistics2.setTimeline(List<QueryTimelineSample> timeline)
Output only.
|
JobStatistics3 |
JobStatistics3.setTimeline(List<QueryTimelineSample> timeline)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.