| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
HotKeyInfo |
HotKeyInfo.clone() |
HotKeyInfo |
HotKeyInfo.set(String fieldName,
Object value) |
HotKeyInfo |
HotKeyInfo.setHotKeyAge(String hotKeyAge)
The age of the hot key measured from when it was first detected.
|
HotKeyInfo |
HotKeyInfo.setKey(String key)
A detected hot key that is causing limited parallelism.
|
HotKeyInfo |
HotKeyInfo.setKeyTruncated(Boolean keyTruncated)
If true, then the above key is truncated and cannot be deserialized.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,HotKeyInfo> |
HotKeyDebuggingInfo.getDetectedHotKeys()
Debugging information for each detected hot key.
|
| Modifier and Type | Method and Description |
|---|---|
HotKeyDebuggingInfo |
HotKeyDebuggingInfo.setDetectedHotKeys(Map<String,HotKeyInfo> detectedHotKeys)
Debugging information for each detected hot key.
|
Copyright © 2011–2024 Google. All rights reserved.