public final class HotKeyInfo 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 Dataflow API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
HotKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
HotKeyInfo |
clone() |
String |
getHotKeyAge()
The age of the hot key measured from when it was first detected.
|
String |
getKey()
A detected hot key that is causing limited parallelism.
|
Boolean |
getKeyTruncated()
If true, then the above key is truncated and cannot be deserialized.
|
HotKeyInfo |
set(String fieldName,
Object value) |
HotKeyInfo |
setHotKeyAge(String hotKeyAge)
The age of the hot key measured from when it was first detected.
|
HotKeyInfo |
setKey(String key)
A detected hot key that is causing limited parallelism.
|
HotKeyInfo |
setKeyTruncated(Boolean keyTruncated)
If true, then the above key is truncated and cannot be deserialized.
|
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 String getHotKeyAge()
null for nonepublic HotKeyInfo setHotKeyAge(String hotKeyAge)
hotKeyAge - hotKeyAge or null for nonepublic String getKey()
null for nonepublic HotKeyInfo setKey(String key)
key - key or null for nonepublic Boolean getKeyTruncated()
null for nonepublic HotKeyInfo setKeyTruncated(Boolean keyTruncated)
keyTruncated - keyTruncated or null for nonepublic HotKeyInfo set(String fieldName, Object value)
set in class GenericJsonpublic HotKeyInfo clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.