public final class QueryTimelineSample
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the BigQuery API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
QueryTimelineSample() |
| Modifier and Type | Method and Description |
|---|---|
QueryTimelineSample |
clone() |
Long |
getActiveUnits()
Total number of active workers.
|
Long |
getCompletedUnits()
Total parallel units of work completed by this query.
|
Long |
getElapsedMs()
Milliseconds elapsed since the start of query execution.
|
Long |
getEstimatedRunnableUnits()
Units of work that can be scheduled immediately.
|
Long |
getPendingUnits()
Total units of work remaining for the query.
|
Double |
getShuffleRamUsageRatio()
Total shuffle usage ratio in shuffle RAM per reservation of this query.
|
Long |
getTotalSlotMs()
Cumulative slot-ms consumed by the query.
|
QueryTimelineSample |
set(String fieldName,
Object value) |
QueryTimelineSample |
setActiveUnits(Long activeUnits)
Total number of active workers.
|
QueryTimelineSample |
setCompletedUnits(Long completedUnits)
Total parallel units of work completed by this query.
|
QueryTimelineSample |
setElapsedMs(Long elapsedMs)
Milliseconds elapsed since the start of query execution.
|
QueryTimelineSample |
setEstimatedRunnableUnits(Long estimatedRunnableUnits)
Units of work that can be scheduled immediately.
|
QueryTimelineSample |
setPendingUnits(Long pendingUnits)
Total units of work remaining for the query.
|
QueryTimelineSample |
setShuffleRamUsageRatio(Double shuffleRamUsageRatio)
Total shuffle usage ratio in shuffle RAM per reservation of this query.
|
QueryTimelineSample |
setTotalSlotMs(Long totalSlotMs)
Cumulative slot-ms consumed by the query.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Long getActiveUnits()
null for nonepublic QueryTimelineSample setActiveUnits(Long activeUnits)
activeUnits - activeUnits or null for nonepublic Long getCompletedUnits()
null for nonepublic QueryTimelineSample setCompletedUnits(Long completedUnits)
completedUnits - completedUnits or null for nonepublic Long getElapsedMs()
null for nonepublic QueryTimelineSample setElapsedMs(Long elapsedMs)
elapsedMs - elapsedMs or null for nonepublic Long getEstimatedRunnableUnits()
null for nonepublic QueryTimelineSample setEstimatedRunnableUnits(Long estimatedRunnableUnits)
estimatedRunnableUnits - estimatedRunnableUnits or null for nonepublic Long getPendingUnits()
null for nonepublic QueryTimelineSample setPendingUnits(Long pendingUnits)
pendingUnits - pendingUnits or null for nonepublic Double getShuffleRamUsageRatio()
null for nonepublic QueryTimelineSample setShuffleRamUsageRatio(Double shuffleRamUsageRatio)
shuffleRamUsageRatio - shuffleRamUsageRatio or null for nonepublic Long getTotalSlotMs()
null for nonepublic QueryTimelineSample setTotalSlotMs(Long totalSlotMs)
totalSlotMs - totalSlotMs or null for nonepublic QueryTimelineSample set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic QueryTimelineSample clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.