public final class QueryTimelineSample extends 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
GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 GenericJson
public QueryTimelineSample clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.