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 units currently being processed by workers.
|
Long |
getCompletedUnits()
Total parallel units of work completed by this query.
|
Long |
getElapsedMs()
Milliseconds elapsed since the start of query execution.
|
Long |
getPendingUnits()
Total parallel units of work remaining for the active stages.
|
Long |
getTotalSlotMs()
Cumulative slot-ms consumed by the query.
|
QueryTimelineSample |
set(String fieldName,
Object value) |
QueryTimelineSample |
setActiveUnits(Long activeUnits)
Total number of units currently being processed by 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 |
setPendingUnits(Long pendingUnits)
Total parallel units of work remaining for the active stages.
|
QueryTimelineSample |
setTotalSlotMs(Long totalSlotMs)
Cumulative slot-ms consumed by the query.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, 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 getPendingUnits()
null for nonepublic QueryTimelineSample setPendingUnits(Long pendingUnits)
pendingUnits - pendingUnits 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–2018 Google. All rights reserved.